allowUnlistedValues property

bool allowUnlistedValues
final

Indicates if an error should be thrown if current is not in values.

If allowUnlistedValues is true and values does not contain current, the indicator disappears with the specified indicatorAppearingBuilder.

Implementation

final bool allowUnlistedValues;