display1 static method

TextStyle? display1(
  1. BuildContext context
)

Implementation

static TextStyle? display1(BuildContext context){
  return Theme.of(context).textTheme.headline4;
}