hasAndroidAdaptiveMonochromeConfig property

bool get hasAndroidAdaptiveMonochromeConfig

whether or not there is configuration for monochrome icons for android

Implementation

bool get hasAndroidAdaptiveMonochromeConfig {
  return isNeedingNewAndroidIcon && adaptiveIconMonochrome != null;
}