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