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