isCustomAndroidFile property
bool
get
isCustomAndroidFile
Check to see if specified Android config is a string or bool String - Generate new launcher icon with the string specified bool - override the default flutter project icon
Implementation
bool get isCustomAndroidFile => android is String;