SwipeTileOptions constructor
const
SwipeTileOptions({
- Key? key,
- String? id,
- CometChatTheme? theme,
Default CometChat menu widget shows
Implementation
const SwipeTileOptions(
{super.key, required this.menuItems, this.id, this.theme});