titleLarge property

TextStyle? get titleLarge

Implementation

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