ShowUp class

Allows displaying widgets by an OverlayEntry when views are wrapped in WrapUp.

Constructors

ShowUp()
constructor.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanOverlay() → void
Removes the overlay entry of ShowUp from the main OverLay.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notice({required Color backgroundColor, required String text, required Color color, required Icon icon, Sector sector = Sector.topRight, bool toolbar = false}) → void
Shows a default notification positioned by Sector.
positioned({double? left, double? top, double? right, double? bottom, double? width, double? height, required Widget child}) → void
Shows a widget positioned by LTRB params.
screen({required Widget child}) → void
Shows an overlayed screen.
sectorized({required Widget child, Sector sector = Sector.topRight, bool toolbar = false}) → void
Shows a widget positioned by Sector.
toString() String
A string representation of this object.
inherited

Operators

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