BottomSheetWidget constructor
BottomSheetWidget({
- required List<
BottomSheetTab> tabs, - String? title,
- Widget? topWidget,
Implementation
BottomSheetWidget({
required this.tabs,
this.title,
this.topWidget,
});