DialogView class

Constructors

DialogView({required BuildContext context, required Widget? child, EdgeInsets? contentPadding = EdgeInsets.zero, double? elevation = 0, Color? backgroundColor = Colors.transparent, bool? barrierDismissible = false, bool? showClose = true, dynamic onClose()?})

Properties

backgroundColor Color?
getter/setter pair
barrierDismissible bool?
getter/setter pair
child Widget?
getter/setter pair
contentPadding EdgeInsets?
getter/setter pair
context BuildContext
getter/setter pair
elevation double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isShowing bool
getter/setter pair
onClose ↔ dynamic Function()?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showClose bool?
getter/setter pair

Methods

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

Operators

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