Inheritance
System.Object
IndexedStack
public class IndexedStack : Stack
Constructors
Declaration
public IndexedStack(Key key = null, Alignment alignment = null, StackFit sizing = StackFit.loose, int index = 0, List<Widget> children = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
Alignment |
alignment |
|
StackFit |
sizing |
|
System.Int32 |
index |
|
System.Collections.Generic.List<Widget> |
children |
|
Fields
Declaration
public readonly int index
Field Value
Type |
Description |
System.Int32 |
|
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