h6 static method

TextStyle h6(
  1. BuildContext context
)

Implementation

static TextStyle h6(BuildContext context) =>
    Theme.of(context).textTheme.headline6 ?? const TextStyle();