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