PickerStatefulWidget<T> constructor
const
PickerStatefulWidget<T> ({
- Key? key,
- required PickerOptions<
T> ? options, - required WheelOptions? wheelOptions,
- double height = kPickerDefaultHeight,
- double width = double.infinity,
- double? itemWidth,
Implementation
const PickerStatefulWidget(
{super.key,
required this.options,
required this.wheelOptions,
this.height = kPickerDefaultHeight,
this.width = double.infinity,
this.itemWidth});