setIconKeepUpright method
- bool iconKeepUpright
If true, the icon may be flipped to prevent it from being rendered upside-down. Default value: false.
Implementation
Future<void> setIconKeepUpright(bool iconKeepUpright) =>
impl.setIconKeepUpright(iconKeepUpright);