OudsTopBarActionBadge constructor

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

Implementation

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