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