SetExposureCompensation2Button constructor Null safety
Implementation
const SetExposureCompensation2Button({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = 'EV 2.0',
}) : super(key: key);