SkipForwardButton constructor

const SkipForwardButton({
  1. Key? key,
  2. required dynamic onPressed(),
  3. Widget? icon,
})

Implementation

const SkipForwardButton({super.key, required this.onPressed, this.icon});