allowUnlistedValues property

bool allowUnlistedValues
final

Indicates that no error should be thrown if current is not contained in values.

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

Implementation

final bool allowUnlistedValues;