SwipeTileOptions constructor

const SwipeTileOptions({
  1. Key? key,
  2. required List<CometChatOption> menuItems,
  3. String? id,
  4. CometChatTheme? theme,
})

Default CometChat menu widget shows

Implementation

const SwipeTileOptions(
    {super.key, required this.menuItems, this.id, this.theme});