labelLarge property

TextStyle? get labelLarge

Implementation

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