setTheme method

void setTheme(
  1. DevToolsTheme theme
)

Set custom theme for dev tools

Implementation

void setTheme(DevToolsTheme theme) {
  _theme = theme;
}