labelLarge property Null safety

TextStyle labelLarge

Label Large Text Style

Implementation

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