MessageAnimationDurationResolver typedef
Signature for a function that resolves the animation duration for a specific message. Used for customizing insert/remove animations in the chat list.
Implementation
typedef MessageAnimationDurationResolver = Duration? Function(Message message);