BackgroundLayer constructor
const
BackgroundLayer({
- Key? key,
- required BackgroundLayerData layerData,
- VoidCallback? onUpdate,
- bool editable = false,
Implementation
const BackgroundLayer({
super.key,
required this.layerData,
this.onUpdate,
this.editable = false,
});