BottomBar constructor
const
BottomBar({
- Key? key,
- required DeviceOrientation orientation,
- required bool busy,
- required VoidCallback onShoot,
- required VoidCallback onGallery,
- required VoidCallback onSwitchCam,
- bool allowGallery = true,
Implementation
const BottomBar({
super.key,
required this.orientation,
required this.busy,
required this.onShoot,
required this.onGallery,
required this.onSwitchCam,
this.allowGallery = true,
});