AwesomePauseResumeButton constructor
- {Key? key,
- required VideoRecordingCameraState state,
- AwesomeTheme? theme}
Implementation
const AwesomePauseResumeButton({
super.key,
required this.state,
this.theme,
});
const AwesomePauseResumeButton({
super.key,
required this.state,
this.theme,
});