isCropSupported property
bool
get
isCropSupported
@return Whether this subclass supports cropping.
Implementation
bool get isCropSupported {
return false;
}
@return Whether this subclass supports cropping.
bool get isCropSupported {
return false;
}