headline static method

TextStyle? headline(
  1. BuildContext context
)

Implementation

static TextStyle? headline(BuildContext context){
  return Theme.of(context).textTheme.headline5;
}