drawRSuperellipse method
- RSuperellipse rsuperellipse,
- Paint paint
override
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(RSuperellipse rsuperellipse, Paint paint) {
invocations.add(
RecordedInvocation(
_MethodCall(#drawRSuperellipse, <dynamic>[rsuperellipse, Paint.from(paint)]),
stack: StackTrace.current,
),
);
}