DialogProps class

Constructors

DialogProps({AlignmentGeometry? alignment, double? elevation, String? semanticLabel, ShapeBorder? shape, Color? barrierColor, String barrierLabel = '', Color? backgroundColor, bool barrierDismissible = true, Duration transitionDuration = kThemeChangeDuration, AnimationController? animation, List<Widget>? actions, MainAxisAlignment? actionsAlignment, OverflowBarAlignment? actionsOverflowAlignment, double? actionsOverflowButtonSpacing, VerticalDirection? actionsOverflowDirection, Clip clipBehavior = Clip.none, bool useRootNavigator = false, EdgeInsetsGeometry actionsPadding = EdgeInsets.zero, EdgeInsets insetPadding = const EdgeInsets.symmetric(horizontal: 40.0, vertical: 24.0), EdgeInsetsGeometry? buttonPadding, EdgeInsetsGeometry contentPadding = EdgeInsets.zero, Offset? anchorPoint, RouteTransitionsBuilder? transitionBuilder})
const

Properties

actions List<Widget>?
final
actionsAlignment MainAxisAlignment?
final
actionsOverflowAlignment OverflowBarAlignment?
final
actionsOverflowButtonSpacing double?
final
actionsOverflowDirection VerticalDirection?
final
actionsPadding EdgeInsetsGeometry
final
alignment AlignmentGeometry?
final
anchorPoint Offset?
final
animation AnimationController?
final
backgroundColor Color?
final
barrierColor Color?
final
barrierDismissible bool
final
barrierLabel String
final
buttonPadding EdgeInsetsGeometry?
final
clipBehavior Clip
final
contentPadding EdgeInsetsGeometry
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
insetPadding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
shape ShapeBorder?
final
transitionBuilder RouteTransitionsBuilder?
final
transitionDuration Duration
final
useRootNavigator bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited