WhiteBoardContainerOptions constructor

WhiteBoardContainerOptions({
  1. BottomRight? bottomRight,
  2. TopRight? topRight,
  3. TopLeft? topLeft,
  4. BottomLeft? bottomLeft,
})

Implementation

WhiteBoardContainerOptions({
  this.bottomRight,
  this.topRight,
  this.topLeft,
  this.bottomLeft,
});