attach abstract method

  1. @internal
void attach(
  1. double extent,
  2. 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.

Implementation

@internal
void attach(double extent, List<FSliderMark> marks);