list_wheel_scroll_view_nls 0.0.3 list_wheel_scroll_view_nls: ^0.0.3 copied to clipboard
A flutter project which add scroll direction to ListWheelScrollView allowing you to have horizontal ListWheelScroolView.
Examples - ListWheelScrollViewX #
- defalut.dart - Horizonal direction wheel scroll with children arg.
- defalut_flat.dart - Horizonal direction wheel scroll without curve by setting large diameterRatio.
- with_builder.dart - Horizonal direction wheel scroll with useDelegate named contructor allowing you to use builder.