# 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; | |
``` | |