activeClip property

  1. @override
Rect get activeClip
override

Returns the current active clip rectangle, defaulting to full buffer bounds if stack is empty.

Implementation

@override
Rect get activeClip => parent.activeClip;