bowlbyOneScTextTheme static method

TextTheme bowlbyOneScTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bowlbyOneScTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bowlbyOneScTextTheme(textTheme);
}