snapshotElement method

Element snapshotElement()

Convenience getter to access the Element when evaluating the WidgetSelector

Implementation

Element snapshotElement() {
  return snapshot_file.snapshot(this).single.element;
}