WhiteboardOptions constructor
- required double customWidth,
- required double customHeight,
- required WhiteboardParameters parameters,
- bool showAspect = true,
Implementation
WhiteboardOptions({
required this.customWidth,
required this.customHeight,
required this.parameters,
this.showAspect = true,
});