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