view property
WebFViewController
get
view
The view controller that manages the visual rendering and DOM operations.
Provides access to the document, window, viewport, and other rendering components.
Implementation
WebFViewController get view {
return _view!;
}