Inheritance
System.Object
MultiChildLayoutDelegate
public abstract class MultiChildLayoutDelegate
Methods
Declaration
public virtual Size getSize(BoxConstraints constraints)
Parameters
Returns
Declaration
public bool hasChild(object childId)
Parameters
Type |
Name |
Description |
System.Object |
childId |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public Size layoutChild(object childId, BoxConstraints constraints)
Parameters
Type |
Name |
Description |
System.Object |
childId |
|
BoxConstraints |
constraints |
|
Returns
Declaration
public abstract void performLayout(Size size)
Parameters
Type |
Name |
Description |
Size |
size |
|
Declaration
public void positionChild(object childId, Offset offset)
Parameters
Type |
Name |
Description |
System.Object |
childId |
|
Offset |
offset |
|
Declaration
public abstract bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()