ChatListController class

Constructors

ChatListController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateObj ChatListState?
getter/setter pair

Methods

animateToIndex(int index, {required Duration duration, required Curve curve, double offset = 0, bool offsetBasedOnBottom = false}) Future<void>
jumpToIndex(int index) → dynamic
mount(ChatListState state) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyNewMessageComing(String firstKey, int newMsgCount) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited