BottomsheetContainer constructor
const
BottomsheetContainer({
- Key? key,
- required BottomsheetColorConfig colorConfig,
- required Widget child,
- bool showTopRadius = true,
Implementation
const BottomsheetContainer({
super.key,
required this.colorConfig,
required this.child,
this.showTopRadius = true,
});