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