When using the onMessageTap or onMessageLongPress callbacks in flutter_chat_ui, a Dart analyzer error occurs indicating that the details parameter cannot be null and must either be explicitly set as required or provided a default value.
This happens even when following the official examples from the documentation.
