attach abstract method
Registers the controller to a slider with the given extent and marks.
A controller can only be attached to a single slider at a time.
Implementation
@internal
void attach(double extent, List<FSliderMark> marks);
Registers the controller to a slider with the given extent and marks.
A controller can only be attached to a single slider at a time.
@internal
void attach(double extent, List<FSliderMark> marks);