ibarraRealNovaTextTheme static method

TextTheme ibarraRealNovaTextTheme([
  1. TextTheme? textTheme
])

Applies the Ibarra Real Nova font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme ibarraRealNovaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ibarraRealNovaTextTheme(textTheme);
}