Notification class

Constructors

Notification()

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

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

Static Methods

open(BuildContext context, {double bottom = 24, Widget? btn, Widget? closeIcon, required Widget description, Duration? duration = const Duration(milliseconds: 4500), Widget? icon, required Widget message, Placement placement = Placement.topRight, double top = 24, void onClick()?, void onClose()?}) → void