snapshotWidget method

W snapshotWidget()

Convenience getter to access the Widget when evaluating the WidgetSelector

Implementation

W snapshotWidget() {
  return snapshot_file.snapshot(this).single.widget;
}