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