bodyText1 method
Used for emphasizing text that would otherwise be bodyText2.
Implementation
TextStyle? bodyText1(BuildContext context) => textTheme(context).bodyLarge;
Used for emphasizing text that would otherwise be bodyText2.
TextStyle? bodyText1(BuildContext context) => textTheme(context).bodyLarge;