WhiteboardData constructor
Implementation
WhiteboardData({
required this.shapes,
required this.redoStack,
required this.undoStack,
required this.useImageBackground,
});
WhiteboardData({
required this.shapes,
required this.redoStack,
required this.undoStack,
required this.useImageBackground,
});