FastVideoReplayButton constructor

const FastVideoReplayButton({
  1. Key? key,
  2. VoidCallback? onTap,
  3. Widget? icon,
})

Implementation

const FastVideoReplayButton({
  super.key,
  this.onTap,
  this.icon,
});