RecorderPlaybackController constructor Null safety
Implementation
RecorderPlaybackController({required Widget child, Key? key})
: _state = _RecordPlaybackControllerState(),
super(child: child);
RecorderPlaybackController({required Widget child, Key? key})
: _state = _RecordPlaybackControllerState(),
super(child: child);