h1 static method

TextStyle h1(
  1. BuildContext context
)

Implementation

static TextStyle h1(BuildContext context) =>
    Theme.of(context).textTheme.headline1 ?? const TextStyle();