RadioPickerDialog<T> constructor
RadioPickerDialog<T> ({})
Implementation
RadioPickerDialog({
this.title,
required this.items,
this.selectedItem,
this.transformer,
this.headerColor,
this.headerTextColor,
this.backgroundColor,
this.buttonTextColor,
this.maxLongSide,
this.maxShortSide,
this.confirmText,
this.cancelText,
this.cancelButtonVisible = true,
});