changeTheme method

void changeTheme(
  1. ThemeData theme
)

Implementation

void changeTheme(ThemeData theme) {
  rootController.setTheme(theme);
}