widget library

Classes

HTMLElementState
Portal
Portal is essential to capture WebF gestures on WebF elements when the renderObject is located outside of WebF's root renderObject tree. Exp: using showModalBottomSheet or showDialog, it will create a standalone Widget Tree alone side with the original Widget Tree. Use this widget to make the gesture dispatcher works.
WebF
WebFCharacterDataToFlutterElementAdapter
WebFCharacterDataToWidgetAdaptor
WebFChildNodeSize
A simple widget to compute the total height of the childNodes of a given HTMLElement in a flow layout. This is useful for building a WidgetElement whose height depends on the HTML/CSS layout height. Note: The margin space between the childNodes is ignored because the parentData does not belong to WebF's RenderObjectModel.
WebFContext
WebFContextInheritElement
WebFHTMLElement
WebFHTMLElementStatefulWidget
WebFHTMLElementToFlutterElementAdaptor
WebFHTMLElementToWidgetAdaptor
WebFRenderObjectToWidgetElement<T extends RenderObject>
Creates an element that is hosted by a RenderObject.
WebFRootRenderObjectWidget
WebFRouterView
WebFRouterViewRenderObjectElement
WebFRouterViewRenderObjectWidget
WebFRouterViewState
WebFState
WebFWidgetElementElement
WebFWidgetElementState
WebFWidgetElementStatefulWidget
WebFWidgetElementToWidgetAdapter<T extends RenderObject>
WidgetElement

Typedefs

OnControllerCreated = void Function(WebFController controller)