TemplateCanvas constructor
const
TemplateCanvas({
- Key? key,
- TemplateModel? template,
- LayerModel? selectedLayer,
- dynamic onLayerSelect()?,
- dynamic onLayerDrag()?,
- dynamic onLayerResize()?,
- bool isInteractive = true,
Implementation
const TemplateCanvas({
super.key,
this.template,
this.selectedLayer,
this.onLayerSelect,
this.onLayerDrag,
this.onLayerResize,
this.isInteractive = true,
});