setTheme static method

void setTheme(
  1. SyncTheme theme
)

Define um novo tema

Implementation

static void setTheme(SyncTheme theme) {
  _currentTheme = theme;
}