display4 static method

TextStyle? display4(
  1. BuildContext context
)

Implementation

static TextStyle? display4(BuildContext context){
  return Theme.of(context).textTheme.headline1;
}