MiniBottomSheet constructor
const
MiniBottomSheet({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- bool showHandle = true,
Implementation
const MiniBottomSheet({
super.key,
required this.child,
this.padding,
this.showHandle = true,
});