primaryTextTheme property
performs a simple Theme.of(context).primaryTextTheme action and returns given primaryTextTheme
Implementation
TextTheme get primaryTextTheme => theme.primaryTextTheme;
performs a simple Theme.of(context).primaryTextTheme action and returns given primaryTextTheme
TextTheme get primaryTextTheme => theme.primaryTextTheme;