FBadgeContentStyle constructor

const FBadgeContentStyle({
  1. required TextStyle labelTextStyle,
  2. 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),
});