SeekForwardButton constructor

const SeekForwardButton({
  1. required Duration seekValue,
  2. Key? key,
})

Implementation

const SeekForwardButton({
  required this.seekValue,
  super.key,
});