hcTextTheme property

TextTheme get hcTextTheme

Returns Theme.of(context).textTheme

Implementation

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