Inheritance
System.Object
CustomSingleChildLayout
public class CustomSingleChildLayout : SingleChildRenderObjectWidget
Constructors
Declaration
public CustomSingleChildLayout(Key key = null, SingleChildLayoutDelegate layoutDelegate = null, Widget child = null)
Parameters
Fields
Declaration
public readonly SingleChildLayoutDelegate layoutDelegate
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