textStyleBodyL function

TextStyle? textStyleBodyL(
  1. BuildContext context
)

Implementation

TextStyle? textStyleBodyL(BuildContext context) =>
    Theme.of(context).textTheme.bodyLarge;