CanvasModel constructor
const
CanvasModel({
- required int width,
- required int height,
- required BackgroundModel background,
- String? backgroundImage,
Implementation
const CanvasModel({
required this.width,
required this.height,
required this.background,
this.backgroundImage,
});