SymbolManager constructor
SymbolManager(})
Implementation
SymbolManager(
super.controller, {
super.onTap,
bool iconAllowOverlap = false,
bool textAllowOverlap = false,
bool iconIgnorePlacement = false,
bool textIgnorePlacement = false,
super.enableInteraction = true,
}) : _iconAllowOverlap = iconAllowOverlap,
_textAllowOverlap = textAllowOverlap,
_iconIgnorePlacement = iconIgnorePlacement,
_textIgnorePlacement = textIgnorePlacement;