SeekToView constructor

const SeekToView({
  1. Key? key,
  2. required VideoController controller,
})

Implementation

const SeekToView({Key? key, required this.controller}) : super(key: key);