endHandlesVisible property

ValueListenable<bool>? endHandlesVisible
final

Whether the end handle is visible.

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

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

Implementation

final ValueListenable<bool>? endHandlesVisible;