SimpleOverlayConfiguration class

Constructors

SimpleOverlayConfiguration({bool startShowing = false, bool hideOnTapOutside = false, Duration? autoHideDuration, Color shadowColor = Colors.black, double? shadowOpacity, VoidCallback? onShowOverlay, VoidCallback? onHideOverlay})

Properties

autoHideDuration Duration?
final
hashCode int
The hash code for this object.
no setterinherited
hideOnTapOutside bool
final
onHideOverlay VoidCallback?
final
onShowOverlay VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color
final
shadowOpacity double?
final
startShowing 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