SizedConfig class

Configuration for sized widget mode. When the chat is expanded, it will use the specified width and height.

Constructors

SizedConfig({required double width, required double height, bool initiallyExpanded = false, bool hasCloseButton = true})
const

Properties

hasCloseButton bool
Whether the close button is shown.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the chat widget.
final
initiallyExpanded bool
Whether the chat is initially expanded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Width of the chat widget.
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