current property

T current
final

The currently selected value. It has to be set at onChanged or whenever for animating to this value.

current has to be in values for working correctly if allowUnlistedValues is false.

Implementation

final T current;