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