onPanelTypeChange property

void Function(ChatBottomPanelType, T? data)? onPanelTypeChange
final

The callback when the panel type changes.

Implementation

final void Function(ChatBottomPanelType, T? data)? onPanelTypeChange;