titleSmall property

TextStyle? get titleSmall

Implementation

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