PopupConfig class

Constructors

PopupConfig(BuildContext context, PopUpMode popUpMode, {bool useBarrier = true, bool dismissOnBarrierClick = true, Color barrierColor = Colors.transparent, required Alignment anchor, required Alignment popUpAnchor, required Widget popUpContent})

Properties

anchor Alignment
final
barrierColor Color
final
context BuildContext
final
dismissOnBarrierClick bool
final
hashCode int
The hash code for this object.
no setterinherited
popUpAnchor Alignment
final
popUpContent Widget
final
popUpMode PopUpMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBarrier 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