KVideoBoxFullScreenPage constructor

const KVideoBoxFullScreenPage({
  1. Key? key,
  2. @required dynamic controller,
})

Implementation

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