FullPopView class

Constructors

FullPopView({required BuildChild buildChild, AlignmentGeometry alignment = Alignment.center, Color backGroundColor = Colors.transparent, double sigmaX = 5.0, double sigmaY = 5.0, TileMode tileMode = TileMode.clamp, double contentOpacity = 1, bool outTouchSide = false, int interval = 2000})

Properties

alignment AlignmentGeometry
final
backGroundColor Color
final
buildChild BuildChild
final
contentOpacity double
final
hashCode int
The hash code for this object.
no setterinherited
interval int
final
outTouchSide bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sigmaX double
final
sigmaY double
final
tileMode TileMode
final

Methods

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

Operators

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