SymbolStyle constructor
const
SymbolStyle({})
Implementation
const SymbolStyle({
this.show = true,
this.symbol = const CircleSymbol(),
this.size = const Size(8, 8),
this.rotate = 0,
this.offset = Offset.zero,
});