displayLarge property

TextStyle? get displayLarge

Implementation

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