menu
upgrade_flutter_starter_kit package
documentation
widgets/badge.dart
AppBadge
AppBadge.new const constructor
AppBadge.new const constructor
dark_mode
light_mode
AppBadge
constructor
const
AppBadge
(
{
Key
?
key
,
required
int
count
,
bool
show
=
true
,
required
Widget
child
,
})
Implementation
const AppBadge({ super.key, required this.count, this.show = true, required this.child, });
upgrade_flutter_starter_kit package
documentation
widgets/badge
AppBadge
AppBadge.new const constructor
AppBadge class