3

enter image description here

So, I want to make a custom spinner as you can show in the image. Basically, a List of data will display and the mid one shows highlighted.

This design is for blood group selection. Mid data will be automatically stored in some variable. like String selectedBg = B+;

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102
Vrusti Patel
  • 394
  • 2
  • 15
  • Please check this i hope it will help you https://www.kindacode.com/article/flutter-cupertinopicker/#:~:text=In%20Flutter%2C%20CupertinoPicker%20is%20an%20iOS-style%20widget%20that,the%20showCupertinoModalPopup%20or%20s%20howCupertinoDialog%20function.%20Sample%20code%3A – Vishal Parmar Oct 10 '22 at 13:20

1 Answers1

1

The one you're looking for is called the Picker, and you can look at Flutter's documentation about it.

Cupertino Picker

Ryan M
  • 18,333
  • 31
  • 67
  • 74
EliaTolin
  • 526
  • 3
  • 15