CustomMessageItemTypeDef typedef

CustomMessageItemTypeDef = Widget Function(BuildContext context, bool isMeSender, Map<String, dynamic> data)

Implementation

typedef CustomMessageItemTypeDef = Widget Function(
  BuildContext context,
  bool isMeSender,
  Map<String, dynamic> data,
);