helpAnimationImageTransformsIOS property
Allows you to specify how a view of the help animation adjusts its content when its size changes.
Default: ViewContentMode.SCALE_ASPECT_FIT.
IOS only. For Android use helpAnimationImageTransformsAndroid.
Implementation
ViewContentMode? get helpAnimationImageTransformsIOS =>
_helpAnimationImageTransformsIOS;
Implementation
set helpAnimationImageTransformsIOS(ViewContentMode? val) {
_helpAnimationImageTransformsIOS = val;
_setCustomization({"helpAnimationImageContentMode": val?.value}, this);
}