Bubble class
Constructors
- Bubble.new({bool shouldBounce = true, bool allowDragToClose = true, bool showCloseButton = false})
Properties
- allowDragToClose ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldBounce ↔ bool
-
getter/setter pair
- showCloseButton ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startBubbleHead(
{bool sendAppToBackground = true}) → Future< void> - puts app in background and shows floaty-bubble head
-
stopBubbleHead(
) → Future< void> - closes floaty-bubble head
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited