Inheritance
ListWheelScrollView
public class ListWheelScrollView : StatefulWidget
Constructors
Declaration
public ListWheelScrollView(float itemExtent, List<Widget> children = null, Key key = null, ScrollController controller = null, ScrollPhysics physics = null, float diameterRatio = 2F, float perspective = 0.003F, float offAxisFraction = 0F, bool useMagnifier = false, float magnification = 1F, ValueChanged<int> onSelectedItemChanged = null, bool clipToSize = true, bool renderChildrenOutsideViewport = false, ListWheelChildDelegate childDelegate = null)
Parameters
Fields
Declaration
public readonly ListWheelChildDelegate childDelegate
Field Value
Declaration
public readonly bool clipToSize
Field Value
Declaration
public readonly ScrollController controller
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 ValueChanged<int> onSelectedItemChanged
Field Value
Declaration
public readonly float perspective
Field Value
Declaration
public readonly ScrollPhysics physics
Field Value
Declaration
public readonly bool renderChildrenOutsideViewport
Field Value
Declaration
public readonly bool useMagnifier
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public static ListWheelScrollView useDelegate(float itemExtent, List<Widget> children = null, ListWheelChildDelegate childDelegate = null, Key key = null, ScrollController controller = null, ScrollPhysics physics = null, float diameterRatio = 2F, float perspective = 0.003F, float offAxisFraction = 0F, bool useMagnifier = false, float magnification = 1F, ValueChanged<int> onSelectedItemChanged = null, bool clipToSize = true, bool renderChildrenOutsideViewport = false)
Parameters
Returns