isImage property

bool isImage

Returns whether this is image backed widget snapshot.

Implementation

bool get isImage {
  assert(!_disposed);
  return _image != null;
}