Notify class

@author newtab on 2021/12/2 消息弹窗横幅

Constructors

Notify()

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

dismiss([bool animated = false]) Future<void>
isShown() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context, Widget child, {bool? rootNavigator, int duration = 300, int keepDuration = 3 * 1000, double topOffset = 40, bool dismissDirectly = false, bool disableDrag = false}) → void
toString() String
A string representation of this object.
inherited

Operators

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