blob: e3da8fec657d72f1f1f571309d9407b1ff0cb0ea [file] [log] [blame] [view]
# viewRef property
*[<Null safety>](https://dart.dev/null-safety)*
dynamic viewRef
_<span class="feature final">final</span>_
<p>The handle to the view used for <a href="../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md">requestFocus</a> calls.</p>
## Implementation
```dart
final ViewRef? viewRef;
```