Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.77 KB

File metadata and controls

57 lines (41 loc) · 1.77 KB

The ListWheelScrollView Widget

Did you know?

If you need to select between a small list of values but have limited vertical space, you can use a ListWheelScrollView. 🎯

Pro Tip: use FixedExtentScrollPhysics to snap to the nearest item when the user stops scrolling. 👍

How to use:

  • call the regular ListWheelScrollView constructor and pass a list of children.
  • call ListWheelScrollView.useDelegate and pass a ListWheelChildDelegate.

For all the details, check the official docs:


Previous Next
Color API Deprecations in Flutter 3.27