FSliderThumbStyleDelta.delta constructor

const FSliderThumbStyleDelta.delta({
  1. FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? color,
  2. FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? borderColor,
  3. double? borderWidth,
  4. FFocusedOutlineStyleDelta? focusedOutlineStyle,
})

Creates a partial modification of a FSliderThumbStyle.

Parameters

Implementation

const factory FSliderThumbStyleDelta.delta({
  FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? color,
  FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? borderColor,
  double? borderWidth,
  FFocusedOutlineStyleDelta? focusedOutlineStyle,
}) = _FSliderThumbStyleDelta;