cTextTheme property

TextTheme cTextTheme

Returns the text theme from the current theme obtained from Theme.of(context).textTheme.

Implementation

TextTheme get cTextTheme => Theme.of(this).textTheme;