bodyLarge property Null safety

TextStyle bodyLarge

Body Large Text Style

Implementation

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