labelLarge property

TextStyle? get labelLarge

Implementation

TextStyle? get labelLarge => textTheme.labelLarge?.copyWith(
      color: colors.onSurface,
    );