displayLarge property Null safety

TextStyle displayLarge

Display Large Text Style

Implementation

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