Class ListBody
Inheritance
System.Object
ListBody
Syntax
public class ListBody : MultiChildRenderObjectWidget
Constructors
ListBody(Key, Axis, Boolean, List<Widget>)
Declaration
public ListBody(Key key = null, Axis mainAxis = Axis.vertical, bool reverse = false, List<Widget> children = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
Axis |
mainAxis |
|
System.Boolean |
reverse |
|
System.Collections.Generic.List<Widget> |
children |
|
Fields
mainAxis
Declaration
public readonly Axis mainAxis
Field Value
reverse
Declaration
public readonly bool reverse
Field Value
Type |
Description |
System.Boolean |
|
Methods
createRenderObject(BuildContext)
Declaration
public override RenderObject createRenderObject(BuildContext context)
Parameters
Returns
Overrides
updateRenderObject(BuildContext, RenderObject)
Declaration
public override void updateRenderObject(BuildContext context, RenderObject renderObject)
Parameters
Overrides