bodyText1 function

TextStyle? bodyText1(
  1. BuildContext context
)

Implementation

TextStyle? bodyText1(BuildContext context) {
  return textTheme(context).bodyLarge;
}