RecorderPlaybackController constructor Null safety

RecorderPlaybackController(
  1. {required Widget child,
  2. Key? key}
)

Implementation

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