BottomSheetWidget constructor

BottomSheetWidget({
  1. required List<BottomSheetTab> tabs,
  2. String? title,
  3. Widget? topWidget,
})

Implementation

BottomSheetWidget({
  required this.tabs,
  this.title,
  this.topWidget,
});