SelectionConfig constructor
const
SelectionConfig({
- required AlertType type,
- required String title,
- required String description,
- required String leftText,
- required String rightText,
- VoidCallback? onLeft,
- VoidCallback? onRight,
- AlertTheme? theme,
Implementation
const SelectionConfig({
required this.type,
required this.title,
required this.description,
required this.leftText,
required this.rightText,
this.onLeft,
this.onRight,
this.theme,
});