setOptionsForType method

void setOptionsForType(
  1. AFThemeID id,
  2. List values
)

Used to specify a list of string values that can be selected in the test drawer/theme panel for a given AFThemeID.

Implementation

void setOptionsForType(AFThemeID id, List<dynamic> values) {
  optionsForType[id] = values;
}