MeetSheetView constructor
const
MeetSheetView({
- Key? key,
- required String title,
- required String description,
- MeetBottomSheetStyle meetBottomSheetStyle = const MeetBottomSheetStyle(),
Implementation
const MeetSheetView(
{super.key,
required this.title,
required this.description,
this.meetBottomSheetStyle = const MeetBottomSheetStyle()});