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,
}) : super(key: key);