ChatBottomPanelContainerController<T> class
Constructors
Properties
- currentPanelType ↔ ChatBottomPanelType
-
The current ChatBottomPanelType.
getter/setter pair
- data ↔ T?
-
The data used to associate with user-defined panel types.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyboardHeight → double
-
The keyboard height.
This value may be 0 when the keyboard height has never been recorded.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safeAreaBottom → double
-
The bottom height of the safe area.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updatePanelType(
ChatBottomPanelType panelType, {T? data, ChatBottomHandleFocus forceHandleFocus = ChatBottomHandleFocus.none}) → void - Update the panel type.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited