h4 static method

TextStyle h4(
  1. BuildContext context
)

Implementation

static TextStyle h4(BuildContext context) =>
    Theme.of(context).textTheme.headline4 ?? const TextStyle();