FBadgeContentStyle constructor

const FBadgeContentStyle({
  1. required TextStyle labelTextStyle,
  2. required EdgeInsetsGeometry padding,
})

Creates a FBadgeContentStyle.

Implementation

const FBadgeContentStyle({required this.labelTextStyle, required this.padding});