FResizableDividerStyleDelta.delta constructor
const
FResizableDividerStyleDelta.delta({
- Color? color,
- FFocusedOutlineStyleDelta? focusedOutlineStyle,
- FResizableDividerThumbStyleDelta? thumbStyle,
- Future<
void> hapticFeedback()?, - double? width,
Creates a partial modification of a FResizableDividerStyle.
Parameters
- FResizableDividerStyle.color - The divider's color.
- FResizableDividerStyle.focusedOutlineStyle - The focused outline style.
- FResizableDividerStyle.thumbStyle - The divider thumb's style.
- FResizableDividerStyle.hapticFeedback - The haptic feedback when a region collides with its neighbour while resizing.
- FResizableDividerStyle.width - The divider's width (thickness).
Implementation
const factory delta({
Color? color,
FFocusedOutlineStyleDelta? focusedOutlineStyle,
FResizableDividerThumbStyleDelta? thumbStyle,
Future<void> Function()? hapticFeedback,
double? width,
}) = _FResizableDividerStyleDelta;