labelLarge property

TextStyle? labelLarge

Implementation

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