ScrollPickerDialog constructor
ScrollPickerDialog({})
Implementation
ScrollPickerDialog({
this.title,
required this.items,
required this.values,
this.initialValue,
this.headerColor,
this.headerTextColor,
this.backgroundColor,
this.buttonTextColor,
this.maxLongSide,
this.maxShortSide,
this.showDivider: true,
this.confirmText,
this.cancelText,
});