primaryTextTheme property

TextTheme primaryTextTheme

performs a simple Theme.of(context).primaryTextTheme action and returns given primaryTextTheme

Implementation

TextTheme get primaryTextTheme => Theme.of(this).primaryTextTheme;