currentTheme method

ThemeData currentTheme()

Returns the current material theme

Implementation

ThemeData currentTheme() {
  return themes.elementAt(currentThemeIndex);
}