mPlus1pTextTheme static method

TextTheme mPlus1pTextTheme([
  1. TextTheme? textTheme
])

Applies the M PLUS 1p font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme mPlus1pTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._mPlus1pTextTheme(textTheme);
}