drawRSuperellipse method
Draws a rounded superellipse with the given Paint. The shape is filled, and the value of the Paint.style is ignored for this call.

Implementation
@override
void drawRSuperellipse(ui.RSuperellipse rse, ui.Paint paint) =>
parent.drawRSuperellipse(rse, paint);