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