FSliderThumbStyleDelta.delta constructor
const
FSliderThumbStyleDelta.delta({
- FVariantsValueDelta<
FSliderVariantConstraint, FSliderVariant, Color, Delta> ? color, - FVariantsValueDelta<
FSliderVariantConstraint, FSliderVariant, Color, Delta> ? borderColor, - double? borderWidth,
- FFocusedOutlineStyleDelta? focusedOutlineStyle,
Creates a partial modification of a FSliderThumbStyle.
Parameters
- FSliderThumbStyle.color - The thumb's color.
- FSliderThumbStyle.borderColor - The border's color.
- FSliderThumbStyle.borderWidth - The border's width.
- FSliderThumbStyle.focusedOutlineStyle - The thumb's focused outline style.
Implementation
const factory FSliderThumbStyleDelta.delta({
FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? color,
FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? borderColor,
double? borderWidth,
FFocusedOutlineStyleDelta? focusedOutlineStyle,
}) = _FSliderThumbStyleDelta;