FBadgeContentStyle constructor
const
FBadgeContentStyle({
- required TextStyle labelTextStyle,
- required EdgeInsetsGeometry padding,
Creates a FBadgeContentStyle.
Implementation
const FBadgeContentStyle({required this.labelTextStyle, required this.padding});