BottomSheetBase constructor
Creates a BottomSheetBase.
child - The content to display inside the bottom sheet.
Implementation
const BottomSheetBase({super.key, required this.child});
Creates a BottomSheetBase.
child - The content to display inside the bottom sheet.
const BottomSheetBase({super.key, required this.child});