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