bodyLarge function

TextStyle? bodyLarge(
  1. BuildContext context
)

Implementation

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