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