startHandlesVisible property

ValueListenable<bool>? startHandlesVisible
final

Whether the start handle is visible.

If the value changes, the start handle uses FadeTransition to transition itself on and off the screen.

If this is null, the start selection handle will always be visible.

Implementation

final ValueListenable<bool>? startHandlesVisible;