Flutter, make number picker with numbers fontSize progressively smaller

622 Views Asked by At

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.

enter image description here

As shown in the picture.

Is anybody has a task like that? Any solution?

p.s. Tried to use package NumberPicker

No results!

1

There are 1 best solutions below

1
Giorgi On

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.