FlutterFloatNotification class

浮动通知队列对象

Constructors

FlutterFloatNotification()

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

clear() → void
清空浮动通知
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showFloatingBar<T extends Object?>(BuildContext context, {required FlushContentBuilder<T> childBuilder, Duration? animationDuration, Curve? animationCurve, Duration? duration, double? height, OnFlushTap<T>? onTap, FloatingGestureDirection direction = FloatingGestureDirection.all}) Future<T?>
显示浮动通知
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

global() FlutterFloatNotification
全局浮动通知队列对象