currentCupertinoTheme method

CupertinoThemeData currentCupertinoTheme()

Returns the current cupertino theme

Implementation

CupertinoThemeData currentCupertinoTheme() {
  return cupertinoThemes.elementAt(currentThemeIndex);
}