PickerStatefulWidget<T> constructor

const PickerStatefulWidget<T>({
  1. Key? key,
  2. required PickerOptions<T>? options,
  3. required PickerWheelOptions wheelOptions,
})

Implementation

const PickerStatefulWidget(
    {super.key, required this.options, required this.wheelOptions});