OudsTopAppBarActionBadge constructor

const OudsTopAppBarActionBadge({
  1. required String contentDescription,
  2. String? count,
})

Implementation

const OudsTopAppBarActionBadge({
  required this.contentDescription,
  this.count,
});