friends! I want to make a number picker on Flutter, where the font size of numbers (not selected) progressively decreases to each side and changes the colors.
As shown in the picture.
Is anybody has a task like that? Any solution?
p.s. Tried to use package NumberPicker
No results!

i never used NumberPicker, but here is
https://pub.dev/documentation/numberpicker/latest/numberpicker/NumberPicker-class.html
decoration properties which help to change selected value size and color.