getIconPlacement method

Future<MPIconPlacement?> getIconPlacement()

Get the icon's placement relative to the anchor point

Implementation

Future<MPIconPlacement?> getIconPlacement() =>
    DisplayRulePlatform.instance.getIconPlacement(id);