bodyLarge function

TextStyle? bodyLarge(
  1. BuildContext context
)

Implementation

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