setIconPlacement method
Set the icon's placement realtive to the anchor point
Implementation
Future<void> setIconPlacement(MPIconPlacement placement) =>
DisplayRulePlatform.instance.setIconPlacement(id, placement);
Set the icon's placement realtive to the anchor point
Future<void> setIconPlacement(MPIconPlacement placement) =>
DisplayRulePlatform.instance.setIconPlacement(id, placement);