labelLarge property Null safety
Label Large Text Style
Implementation
static TextStyle get labelLarge => _baseTextStyle.copyWith(
fontSize: UnFontSizes.labelLarge,
fontWeight: UnFontWeight.medium,
);
Label Large Text Style
static TextStyle get labelLarge => _baseTextStyle.copyWith(
fontSize: UnFontSizes.labelLarge,
fontWeight: UnFontWeight.medium,
);