VideoSettingsWidget constructor
- required CameraDetails details,
- required String id,
Creates the video settings widget.
Implementation
const VideoSettingsWidget({
required this.details,
required this.id,
});
Creates the video settings widget.
const VideoSettingsWidget({
required this.details,
required this.id,
});