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