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