hcTextTheme property
TextTheme
get
hcTextTheme
Returns Theme.of(context).textTheme
Implementation
TextTheme get hcTextTheme => Theme.of(this).textTheme;
Returns Theme.of(context).textTheme
TextTheme get hcTextTheme => Theme.of(this).textTheme;