bodySmall property Null safety
Body Small Text Style
Implementation
static TextStyle get bodySmall => _baseTextStyle.copyWith(
fontSize: UnFontSizes.bodySmall,
fontWeight: UnFontWeight.regular,
);
Body Small Text Style
static TextStyle get bodySmall => _baseTextStyle.copyWith(
fontSize: UnFontSizes.bodySmall,
fontWeight: UnFontWeight.regular,
);