RoundedRectSymbolRenderer({bool isSolid = true, double? radius}) : radius = radius ?? 1.0, super(isSolid: isSolid);