subhead static method

TextStyle? subhead(
  1. BuildContext context
)

Implementation

static TextStyle? subhead(BuildContext context){
  return Theme.of(context).textTheme.subtitle1;
}