ResizableProps constructor
const
ResizableProps({
- required List<
ResizablePanelData> panels, - ResizeDirection direction = ResizeDirection.horizontal,
- double handleSize = 8,
- bool showGrip = true,
Implementation
const ResizableProps({
required this.panels,
this.direction = ResizeDirection.horizontal,
this.handleSize = 8,
this.showGrip = true,
});