Used to specify a list of string values that can be selected in the test drawer/theme panel for a given AFThemeID.
void setOptionsForType(AFThemeID id, List<dynamic> values) { optionsForType[id] = values; }