CanvasLayoutWidget constructor
const
CanvasLayoutWidget({
- Key? key,
- required CanvasController controller,
- required List<
Widget> children, - GridType gridType = GridType.none,
- CustomPainter? foregroundPainter,
Implementation
const CanvasLayoutWidget({
super.key,
required this.controller,
required super.children,
this.gridType = GridType.none,
this.foregroundPainter,
});