Inheritance
ListWheelViewport
public class ListWheelViewport : RenderObjectWidget
Constructors
Declaration
public ListWheelViewport(float itemExtent, ViewportOffset offset, ListWheelChildDelegate childDelegate, Key key = null, float diameterRatio = 2F, float perspective = 0.003F, float offAxisFraction = 0F, bool useMagnifier = false, float magnification = 1F, bool clipToSize = true, bool renderChildrenOutsideViewport = false)
Parameters
Fields
Declaration
public readonly ListWheelChildDelegate childDelegate
Field Value
Declaration
public readonly bool clipToSize
Field Value
Declaration
public readonly float diameterRatio
Field Value
Declaration
public readonly float itemExtent
Field Value
Declaration
public readonly float magnification
Field Value
Declaration
public readonly float offAxisFraction
Field Value
Declaration
public readonly ViewportOffset offset
Field Value
Declaration
public readonly float perspective
Field Value
Declaration
public readonly bool renderChildrenOutsideViewport
Field Value
Declaration
public readonly bool useMagnifier
Field Value
Methods
Declaration
public override Element createElement()
Returns
Overrides
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