bodySmall property Null safety

TextStyle bodySmall

Body Small Text Style

Implementation

static TextStyle get bodySmall => _baseTextStyle.copyWith(
      fontSize: UnFontSizes.bodySmall,
      fontWeight: UnFontWeight.regular,
    );