FloatingManager class
Constructors
- FloatingManager()
-
factory
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
-
closeAllFloating(
) → dynamic - 关闭所有的 Floating
-
closeFloating(
Object key) → dynamic -
关闭
key
对应的 Floating -
createFloating(
Object key, Floating floating) → Floating - 创建一个可全局管理的 Floating
-
floatingSize(
) → int - 悬浮窗数量
-
getFloating(
Object key) → Floating -
根据
key
拿到对应的 Floating -
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
-
init(
{TransitionBuilder? builder}) → TransitionBuilder