mPlusRounded1cTextTheme static method

TextTheme mPlusRounded1cTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme mPlusRounded1cTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._mPlusRounded1cTextTheme(textTheme);
}