ModalConfiguration class

Configures the Modal widget

Constructors

ModalConfiguration({Color color = Colors.black87, double opacity = 0.7})
const

Properties

color Color
color Background color of the fullscreen background modal The default value is Colors.black87
final
hashCode int
The hash code for this object.
no setterinherited
opacity double
opacity Opacity of the fullscreen background modal The default value is 0.7
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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