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