MeetSheetView constructor

const MeetSheetView({
  1. Key? key,
  2. required String title,
  3. required String description,
  4. MeetBottomSheetStyle meetBottomSheetStyle = const MeetBottomSheetStyle(),
})

Implementation

const MeetSheetView(
    {super.key,
    required this.title,
    required this.description,
    this.meetBottomSheetStyle = const MeetBottomSheetStyle()});