DrawRectangleRoundedLines method
String
DrawRectangleRoundedLines(
- RectangleBase<
RectangleBase> rec, - num roundness,
- num segments,
- ColorBase<
ColorBase> color,
Implementation
String DrawRectangleRoundedLines(
RectangleBase rec,
num roundness,
num segments,
ColorBase color,
) => 'DrawRectangleRoundedLines($rec, $roundness, $segments, $color)';