display3 static method

TextStyle? display3(
  1. BuildContext context
)

Implementation

static TextStyle? display3(BuildContext context){
  return Theme.of(context).textTheme.headline2;
}