hasAndroidAdaptiveConfig property
bool
get
hasAndroidAdaptiveConfig
whether or not there is configuration for adaptive icons for android
Implementation
bool get hasAndroidAdaptiveConfig =>
isNeedingNewAndroidIcon &&
adaptiveIconForeground != null &&
adaptiveIconBackground != null;