CameraEnhancement constructor
Initialise this enhancement with the hardset parameters.
Implementation
CameraEnhancement()
: super(
uniqueKey: key,
label: 'Camera',
description: 'Take a new photo to use as the new image.',
icon: Icons.camera_alt,
field: ImageField.instance,
);