loadTheme static method

void loadTheme(
  1. ThemeData themeData
)

Load Theme by provided ThemeData

Implementation

static void loadTheme(ThemeData themeData) {
  _theme = themeData;
}