setIconImageCrossFade method
- double iconImageCrossFade
Controls the transition progress between the image variants of icon-image. Zero means the first variant is used, one is the second, and in between they are blended together. Default value: 0. Value range: 0, 1
Implementation
Future<void> setIconImageCrossFade(double iconImageCrossFade) =>
messenger.setIconImageCrossFade(id, iconImageCrossFade);