h3 static method

TextStyle h3(
  1. BuildContext context
)

Implementation

static TextStyle h3(BuildContext context) =>
    Theme.of(context).textTheme.headline3 ?? const TextStyle();