subtitle static method
Implementation
static material.TextStyle subtitle(material.BuildContext context) {
return material.Theme.of(context).textTheme.subtitle1!;
}
static material.TextStyle subtitle(material.BuildContext context) {
return material.Theme.of(context).textTheme.subtitle1!;
}