MoviePreviewView constructor
const
MoviePreviewView({
- Key? key,
- required String videoUrl,
- required FilterType filterType,
- required int filterProgress,
Implementation
const MoviePreviewView(
{Key? key,
required this.videoUrl,
required this.filterType,
required this.filterProgress})
: super(key: key);