subtleTextStyle property

TextStyle get subtleTextStyle

Implementation

TextStyle get subtleTextStyle =>
    regularTextStyle.copyWith(color: colorScheme.subtleTextColor);