title static method

TextStyle title(
  1. BuildContext context
)

Implementation

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