button static method

TextStyle button(
  1. BuildContext context
)

Implementation

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