ShapeOutsideInfo constructor

ShapeOutsideInfo({
  1. required Quad bounds,
  2. required List shape,
  3. required List marginShape,
})

Implementation

ShapeOutsideInfo(
    {required this.bounds, required this.shape, required this.marginShape});