BottomBarWidget constructor
const
BottomBarWidget({
- Key? key,
- required bool isRecording,
- required CaptureModes captureMode,
- required Function onTakePhoto,
Implementation
const BottomBarWidget({
Key? key,
required this.isRecording,
required this.captureMode,
required this.onTakePhoto,
}) : super(key: key);