text static method

TextStyle text(
  1. BuildContext context
)

Implementation

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