showBadge property

bool showBadge
final

Allows you to hide or show badgeContent.

The default value is true. If true, the badge will be displayed, if false, it doesn't.

Implementation

final bool showBadge;