subtitle2 method

TextStyle? subtitle2(
  1. BuildContext context
)

For medium emphasis text that's a little smaller than subtitle1.

Implementation

TextStyle? subtitle2(BuildContext context) => textTheme(context).titleSmall;