labelSmall property

TextStyle? get labelSmall

Implementation

TextStyle? get labelSmall =>
    textTheme.labelSmall?.copyWith(color: TiendanaUtils.checkIfDarkTheme(this) ? Colors.white : ColorsFoundation.textColor);