initial property

  1. @override
FSliderValue? initial
final

The initial value. Defaults to FSliderValue(max: 0).

Contract

Throws AssertionError if initial and controller are both provided.

Implementation

@override
final FSliderValue? initial;