PickerWhell constructor

const PickerWhell({
  1. Key? key,
  2. int itemCount = 100,
  3. double itemWidth = 50,
})

Implementation

const PickerWhell({Key? key, this.itemCount =100, this.itemWidth=50}) : super(key: key);