labelSmall property

TextStyle? labelSmall

Implementation

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