selectThemeAtIndex method

Future selectThemeAtIndex(
  1. int themeIndex
)

Sets the theme for the application equal to the theme at the index in the list of themes supplied to the ThemeBuilder

Implementation

Future selectThemeAtIndex(int themeIndex) =>
    _themeManager.selectThemeAtIndex(themeIndex);