setColor method

void setColor(
  1. ApolloColorTheme theme
)

Implementation

void setColor(ApolloColorTheme theme) {
  _colorTheme = theme;
}