setIconRotationAlignment method
- IconRotationAlignment iconRotationAlignment
In combination with symbol-placement, determines the rotation behavior of icons. Default value: "auto".
Implementation
Future<void> setIconRotationAlignment(
IconRotationAlignment iconRotationAlignment,
) => impl.setIconRotationAlignment(iconRotationAlignment);