BadgeTab constructor

BadgeTab({
  1. Key? key,
  2. String? text,
  3. int? badgeNum,
  4. String? topText,
  5. String? badgeText,
  6. bool showRedBadge = false,
  7. bool isAutoDismiss = true,
})

Implementation

BadgeTab(
    {this.key,
    this.text,
    this.badgeNum,
    this.topText,
    this.badgeText,
    this.showRedBadge = false,
    this.isAutoDismiss = true});