SubZeroDialog constructor
const
SubZeroDialog({
- Key? key,
- required String title,
- String? subtitle,
- String? body,
- Widget? content,
- SubZeroDialogActions? actions,
- SubZeroDialogActionLayout actionLayout = SubZeroDialogActionLayout.sideBySide,
- Widget? customActions,
- double? maxWidth,
- EdgeInsets? contentPadding,
Implementation
const SubZeroDialog({
super.key,
required this.title,
this.subtitle,
this.body,
this.content,
this.actions,
this.actionLayout = SubZeroDialogActionLayout.sideBySide,
this.customActions,
this.maxWidth,
this.contentPadding,
});