CarouselMedia constructor

CarouselMedia({
  1. required String value,
  2. required int height,
  3. required int width,
  4. required String type,
  5. int? videoProgressSec,
})

Implementation

CarouselMedia({
  required this.value,
  required this.height,
  required this.width,
  required this.type,
  this.videoProgressSec,
});