Home > Net >  Flutter - spinning wheel
Flutter - spinning wheel

Time:04-25

Im trying to build this kind of spinning wheel. Is there any plugin or widget that can help to achieve this?

click here for image

CodePudding user response:

ListWheelScrollView class

List Wheel scroll view class will solve your problem

  • Related