clipRect property

Rect? clipRect
final

Clip the artboard to this rect.

If not supplied it'll default to the constraint size provided by the parent widget. Unless the Artboard has clipping disabled, then no clip will be applied.

Implementation

final Rect? clipRect;