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