theme method

Implementation

SelectableListPromptBuilder<T> theme(PromptTheme theme) {
  _theme = theme;
  return this;
}