VideoCoreForwardAndRewind constructor
const
VideoCoreForwardAndRewind({})
Implementation
const VideoCoreForwardAndRewind(
{Key? key,
required this.showRewind,
required this.showForward,
required this.forwardSeconds,
required this.rewindSeconds,
required this.responsive})
: super(key: key);