ChatBottomSheetItem.normal constructor
ChatBottomSheetItem.normal({
- required String label,
- required VoidCallback onTap,
- TextStyle? style,
Implementation
ChatBottomSheetItem.normal({
required this.label,
required this.onTap,
this.style,
}) : type = ChatBottomSheetItemType.normal;