title method

Implementation

SelectableListPromptBuilder<T> title(String title) {
  _title = title;
  return this;
}