isDefault property
bool
get
isDefault
Whether this is the default file icon.
Implementation
bool get isDefault => iconName == _defaultIconName;
Whether this is the default file icon.
bool get isDefault => iconName == _defaultIconName;