CameraImageFormat constructor
const
CameraImageFormat(
- ImageFormatGroup group, {
- required dynamic raw,
Create a new format with the given cross-platform group and raw underyling platform identifier.
Implementation
const CameraImageFormat(this.group, {required this.raw});