RectSymbolRenderer constructor

RectSymbolRenderer({
  1. bool isSolid = true,
})

Implementation

RectSymbolRenderer({bool isSolid = true}) : super(isSolid: isSolid);