WhiteCodelReelsController constructor
WhiteCodelReelsController({
- required List<
VideoModel> reelsVideoList, - required bool isCaching,
- int startIndex = 0,
Implementation
WhiteCodelReelsController({
required this.reelsVideoList,
required this.isCaching,
this.startIndex = 0,
});