SubZeroDialogActions constructor
const
SubZeroDialogActions({
- required String primaryLabel,
- VoidCallback? onPrimary,
- String? secondaryLabel,
- VoidCallback? onSecondary,
- bool primaryLoading = false,
- IconData? primaryTrailingIcon,
Implementation
const SubZeroDialogActions({
required this.primaryLabel,
this.onPrimary,
this.secondaryLabel,
this.onSecondary,
this.primaryLoading = false,
this.primaryTrailingIcon,
});