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
Fields
Declaration
public readonly int index
Field Value
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