Reduces the clip region to the intersection of the current clip and the given rounded rectangle.
Source
void clipRRect(RRect rrect) => _clipRRect(rrect._value);
Reduces the clip region to the intersection of the current clip and the given rounded rectangle.
void clipRRect(RRect rrect) => _clipRRect(rrect._value);