FastVideoReplayButton constructor
const
FastVideoReplayButton({
- Key? key,
- VoidCallback? onTap,
- Widget? icon,
Implementation
const FastVideoReplayButton({
super.key,
this.onTap,
this.icon,
});