drawRRect abstract method
void
drawRRect(})
Renders a rounded rectangle.
Implementation
void drawRRect(Rectangle<num> bounds,
{Color? fill,
Color? stroke,
Color? patternColor,
FillPatternType? fillPattern,
double? patternStrokeWidthPx,
double? strokeWidthPx,
num? radius,
bool roundTopLeft = false,
bool roundTopRight = false,
bool roundBottomLeft = false,
bool roundBottomRight = false});