style property

FSliderStyleDelta style
final

The style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FSliderStyle(...)

CLI

To generate and customize this style:

dart run forui style create sliders

Implementation

final FSliderStyleDelta style;