FBadgeContentStyle constructor
FBadgeContentStyle({
- required TextStyle labelTextStyle,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 2),
Creates a FBadgeContentStyle.
Implementation
FBadgeContentStyle({
required this.labelTextStyle,
this.padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 2),
});