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