displaySmall property

TextStyle? get displaySmall

Implementation

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