SetExposureCompensationneg1Button constructor Null safety

const SetExposureCompensationneg1Button(
  1. {Key? key,
  2. ButtonStyle? style,
  3. FocusNode? focusNode,
  4. bool autofocus = false,
  5. Clip clipBehavior = Clip.none,
  6. String label = 'EV -1.0'}
)

Implementation

const SetExposureCompensationneg1Button({
  Key? key,
  this.style,
  this.focusNode,
  this.autofocus = false,
  this.clipBehavior = Clip.none,
  this.label = 'EV -1.0',
}) : super(key: key);