UpAlertDialog constructor
const
UpAlertDialog({
- Key? key,
- Widget? title,
- List<
Widget> ? actions, - Widget? content,
- double? elevation,
- Widget? icon,
- String? semanticLabel,
- UpStyle? style,
- UpColorType? colorType,
- Clip clipBehavior = Clip.none,
- bool scrollable = false,
- MainAxisAlignment? actionsAlignment,
- double? actionsOverflowButtonSpacing,
- VerticalDirection? actionsOverflowDirection,
- AlignmentGeometry? alignment,
- OverflowBarAlignment? actionsOverflowAlignment,
Implementation
const UpAlertDialog({
super.key,
this.title,
this.actions,
this.content,
this.elevation,
this.icon,
this.semanticLabel,
this.style,
this.colorType,
this.clipBehavior = Clip.none,
this.scrollable = false,
this.actionsAlignment,
this.actionsOverflowButtonSpacing,
this.actionsOverflowDirection,
this.alignment,
this.actionsOverflowAlignment,
});