headlandOneTextTheme static method

TextTheme headlandOneTextTheme([
  1. TextTheme? textTheme
])

Applies the Headland One font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme headlandOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._headlandOneTextTheme(textTheme);
}