interaction property

  1. @override
FSliderInteraction? interaction
final

The allowed ways to interact with the slider. Defaults to FSliderInteraction.tapAndSlideThumb.

Contract

Throws AssertionError if interaction is provided and controller is also provided.

Implementation

@override
final FSliderInteraction? interaction;