subtitle static method

TextStyle? subtitle(
  1. BuildContext context
)

Implementation

static TextStyle? subtitle(BuildContext context){
  return Theme.of(context).textTheme.subtitle2;
}