void pushClipRRect(RRect rrect)

Pushes a rounded-rectangular clip operation onto the operation stack.

Rasterization outside the given rounded rectangle is discarded.

See pop for details about the operation stack.

Source

void pushClipRRect(RRect rrect) => _pushClipRRect(rrect._value);