title static method

TextStyle? title(
  1. BuildContext context
)

Implementation

static TextStyle? title(BuildContext context){
  return Theme.of(context).textTheme.headline6;
}