display2 static method

TextStyle? display2(
  1. BuildContext context
)

Implementation

static TextStyle? display2(BuildContext context){
  return Theme.of(context).textTheme.headline3;
}