MultipleInfoDialog constructor
const
MultipleInfoDialog({
- Key? key,
- Widget? content,
- Widget? titleWidget,
- double? elevation,
- double? actionsOverflowButtonSpacing,
- String? semanticLabel,
- EdgeInsetsGeometry? contentPadding = const EdgeInsets.fromLTRB(24.0, 20.0, 24.0, 24.0),
- TextStyle? titleTextStyle,
- TextStyle? contentTextStyle,
- List<
Widget> ? actions, - EdgeInsetsGeometry actionsPadding = EdgeInsets.zero,
- EdgeInsetsGeometry? titlePadding,
- EdgeInsetsGeometry? buttonPadding,
- MainAxisAlignment? actionsAlignment,
- VerticalDirection? actionsOverflowDirection,
- Color? backgroundColor,
- Clip clipBehavior = Clip.none,
- ShapeBorder? shape,
- AlignmentGeometry? alignment,
- Rect? rect,
- bool scrollable = false,
Implementation
const MultipleInfoDialog({
super.key,
this.content,
this.titleWidget,
this.elevation,
this.actionsOverflowButtonSpacing,
this.semanticLabel,
this.contentPadding = const EdgeInsets.fromLTRB(24.0, 20.0, 24.0, 24.0),
this.titleTextStyle,
this.contentTextStyle,
this.actions,
this.actionsPadding = EdgeInsets.zero,
this.titlePadding,
this.buttonPadding,
this.actionsAlignment,
this.actionsOverflowDirection,
this.backgroundColor,
this.clipBehavior = Clip.none,
this.shape,
this.alignment,
this.rect,
this.scrollable = false,
}) : assert(contentPadding != null);