AwesomePauseResumeButton constructor

const AwesomePauseResumeButton({
  1. Key? key,
  2. required VideoRecordingCameraState state,
  3. AwesomeTheme? theme,
})

Implementation

const AwesomePauseResumeButton({
  super.key,
  required this.state,
  this.theme,
});