VideoViewPage constructor

const VideoViewPage({
  1. Key? key,
  2. required String path,
  3. required Color IconBackGroundColor,
  4. required dynamic onDataVideoReceived(
    1. String
    ),
})

Implementation

const VideoViewPage(
    {super.key,
    required this.path,
    required this.IconBackGroundColor,
    required this.onDataVideoReceived});