drawRRect method
Draws a rounded rectangle with the given Paint. Whether the rectangle is filled or stroked (or both) is controlled by Paint.style.

Implementation
@override
void drawRRect(ui.RRect rrect, ui.Paint paint) =>
parent.drawRRect(rrect, paint);