tazsid

Results 2 comments of tazsid

How can i use float value for tick count? Right now only integer is working.

If you are using `MultiSelectBottomSheet` you can wrap it with `Padding` and give bottom padding. Something like this: ``` Padding( padding: EdgeInsets.only(bottom:8.0), child: MultiSelectBottomSheet( items: _items)) ```