bodySmall property

TextStyle? get bodySmall

Implementation

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