FloatingConfig class
Configuration for floating widget mode. When the chat is shown as an overlay, it will use the specified width, height, and anchor position.
Constructors
- FloatingConfig({required double width, required double height, FloatingAnchor anchor = FloatingAnchor.bottomRight})
-
const
Properties
- anchor → FloatingAnchor
-
Anchor position relative to the avatar widget. Defaults to FloatingAnchor.bottomRight.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
Height of the chat overlay.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
Width of the chat overlay.
final
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