h5 static method

TextStyle h5(
  1. BuildContext context
)

Implementation

static TextStyle h5(BuildContext context) =>
    Theme.of(context).textTheme.headline5 ?? const TextStyle();