SelectionPickerDialog constructor
SelectionPickerDialog({})
Implementation
SelectionPickerDialog({
this.title,
required this.items,
required this.values,
required this.initialValue,
this.icons,
this.headerColor,
this.headerTextColor,
this.backgroundColor,
this.buttonTextColor,
this.maxLongSide,
this.maxShortSide,
this.confirmText,
this.cancelText,
});