VerticalPickerWidget constructor
const
VerticalPickerWidget({})
Implementation
const VerticalPickerWidget({
Key? key,
required this.controller,
required this.onScroll,
this.minIntegralValue = 0,
this.maxIntegralValue = 100,
this.onCompleteAnimation,
this.textStyle,
this.showQuatres = false,
}) : super(key: key);