field static method
Implementation
static material.TextStyle field(material.BuildContext context) {
return material.Theme.of(context).textTheme.button!.copyWith(
fontWeight: material.FontWeight.w400,
);
}
static material.TextStyle field(material.BuildContext context) {
return material.Theme.of(context).textTheme.button!.copyWith(
fontWeight: material.FontWeight.w400,
);
}