rendering library

Classes

BoxDecorationImagePainter
Forked from flutter of DecorationImagePainter Class. https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/painting/decoration_image.dart#L208
BoxDecorationPainter
An object that paints a BoxDecoration into a canvas.
CircularIntervalList<T>
ContentInfo
Detailed information about visible content in a WebF page
ContentVerification
A standalone content verification system for WebF that checks if actual content has been rendered instead of a blank screen. This can be used by applications to verify content visibility before taking screenshots, running tests, or reporting custom metrics.
GridLayoutParentData
InlineFormattingContext
Manages the inline formatting context for a block container. Based on Blink's InlineNode.
IntersectionObserverEntry
IntersectionObserverLayer
LayoutBoxWrapper
RenderBoxModel
RenderBr
RenderChildSize
RenderEventListener
RenderFallbackViewBox
RenderFlexLayout
Layout algorithm
RenderFlowLayout
Layout algorithm
RenderGridLayout
RenderLayoutBox
RenderLayoutBoxWrapper
RenderLayoutParentData
RenderPortalsParentData
RenderPositionPlaceholder
A placeholder for positioned RenderBox
RenderPreferredSize
RenderPreferredSize Render a box with preferred size, if no child provided, size is exactly what preferred size is, but it also obey parent constraints.
RenderRepaintBoundaryFlexLayout
RenderRepaintBoundaryFlowLayoutNext
RenderRepaintBoundaryReplaced
RenderRepaintBoundaryWidget
RenderReplaced
RenderBox of a replaced element whose content is outside the scope of the CSS formatting model, such as an image or embedded document. https://drafts.csswg.org/css-display/#replaced-element
RenderTextBox
RenderTouchEventListener
RenderViewportBox
RenderViewportParentData
RenderWidget
RenderBox of a widget element whose content is rendering by Flutter Widgets.
RenderWidgetElementChild
The render object for WebFWidgetElementChild.
RepaintBoundaryGridLayout
ResizeObserverEntry
RootRenderViewportBox
RouterViewViewportBox
RunMetrics
WebFRawImage
WebFRenderImage
WebFWidgetElementChild
A widget that passes outer constraints to inner WebF HTMLElement children.

Mixins

RenderBoxContainerDefaultsMixin<ChildType extends RenderBox, ParentDataType extends ContainerBoxParentData<ChildType>>
Modified from Flutter rendering/box.dart. A mixin that provides useful default behaviors for boxes with children managed by the ContainerRenderObjectMixin mixin.
RenderBoxDecorationMixin
RenderBoxModelBase
RenderContentVisibilityMixin
Lays the child out as if it was in the tree, but without painting anything, without making the child available for hit testing, and without taking any room in the parent.
RenderIntersectionObserverMixin
RenderOpacityMixin
RenderOverflowMixin
RenderTransformMixin
ResizeObserverMixin

Properties

renderBoxInLayoutHashCodes List<int>
getter/setter pair

Functions

getLayoutTransformTo(RenderObject current, RenderObject ancestor, {bool excludeScrollOffset = false}) Offset
isPositionPlaceholder(RenderBox box) bool

Typedefs

IntersectionChangeCallback = bool Function(IntersectionObserverEntry info)
ResizeChangeCallback = void Function(ResizeObserverEntry info)
ScrollListener = void Function(double scrollOffset, AxisDirection axisDirection)