void clipRRect(RRect rrect)

Reduces the clip region to the intersection of the current clip and the given rounded rectangle.

Source

void clipRRect(RRect rrect) => _clipRRect(rrect._value);