Inheritance
System.Object
RenderCustomMultiChildLayoutBox
public class RenderCustomMultiChildLayoutBox : RenderBoxContainerDefaultsMixinContainerRenderObjectMixinRenderBox<RenderBox, MultiChildLayoutParentData>, HitTestTarget, ContainerRenderObjectMixin
Constructors
Declaration
public RenderCustomMultiChildLayoutBox(List<RenderBox> children = null, MultiChildLayoutDelegate layoutDelegate = null)
Parameters
Properties
Declaration
public MultiChildLayoutDelegate layoutDelegate { get; set; }
Property Value
Methods
Declaration
protected override float computeMaxIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMaxIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override bool hitTestChildren(HitTestResult result, Offset position)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
paint(PaintingContext, Offset)
Declaration
public override void paint(PaintingContext context, Offset offset)
Parameters
Overrides
Declaration
protected override void performLayout()
Overrides
Declaration
public override void setupParentData(RenderObject child)
Parameters
Overrides