TRTCCloudVideoView constructor Null safety

const TRTCCloudVideoView(
  1. {Key key,
  2. ValueChanged<int> onViewCreated}
)

Implementation

const TRTCCloudVideoView({
  Key key,
  this.onViewCreated,
}) : super(key: key);