displayLarge function

TextStyle? displayLarge(
  1. BuildContext context
)

Implementation

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