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.
- IntersectionObserverEntry
- IntersectionObserverLayer
- RenderBoxModel
- RenderFallbackViewBox
- RenderFlexLayout
- Layout algorithm
- RenderFlowLayout
- Layout algorithm
- RenderLayoutBox
- RenderLayoutParentData
- RenderLineBreak
- RenderPortal
- 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
- RenderRepaintBoundaryFlowLayout
- RenderRepaintBoundaryReplaced
- 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
- RenderSliverListLayout
- RenderTextBox
- RenderViewportBox
- RenderViewportParentData
- RenderWidget
- RenderBox of a widget element whose content is rendering by Flutter Widgets.
- ResizeObserverEntry
- TextParentData
- WebFRenderImage
- WebFRenderParagraph
- Forked from Flutter RenderParagraph Flutter's paragraph line-height calculation logic differs from web's Use multiple line text painters to controll the leading of font in paint stage A render object that displays a paragraph of text. W3C line-height spec: https://www.w3.org/TR/css-inline-3/#inline-height
- WebFRenderSliverList
- copy from flutter RenderSliverList add some sliver optimization
Enums
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.
- RenderEventListenerMixin
- 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
- HandleGetEventTarget = EventTarget Function()
- IntersectionChangeCallback = void Function(IntersectionObserverEntry info)
- ResizeChangeCallback = void Function(ResizeObserverEntry info)