limelightTextTheme static method

TextTheme limelightTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme limelightTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._limelightTextTheme(textTheme);
}