MarcinusX / NumberPicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line Under each number

golnarSheikhBahaie opened this issue · comments

hi guys
is there any idea for having line under each number ??

You can do it by passing textStyle: TextStyle(decoration: TextDecoration.underline), and/or selectedTextStyle: TextStyle(decoration: TextDecoration.underline),