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