h2 static method

TextStyle h2(
  1. BuildContext context
)

Implementation

static TextStyle h2(BuildContext context) =>
    Theme.of(context).textTheme.headline2 ?? const TextStyle();