layout_engine library
Classes
- Layout
- LayoutGridLine
- A grid line placement (grid-row/column-start/end).
- LayoutGridTrack
- A single entry of a grid track list (grid-template-rows/columns, grid-auto-rows/columns). For LayoutGridTrackType.minmax tracks, minType and value describe the min sizing function and maxType/maxValue the max sizing function.
- LayoutNode
- LayoutPadding
- LayoutStyle
- LayoutValue
Enums
Typedefs
- BaselineFunction = double Function(LayoutNode node, double width, double height)
- MeasureFunction = Size Function(LayoutNode node, double width, LayoutMeasureMode widthMode, double height, LayoutMeasureMode heightMode)