PhoenixImageEaseOutFade constructor

const PhoenixImageEaseOutFade({
  1. Key? key,
  2. required List<String> imageListCollection,
  3. required int durationMiliseconds,
  4. double? imageHeight,
  5. EdgeInsets? imagePadding,
})

Implementation

const PhoenixImageEaseOutFade({
  Key? key,
  required this.imageListCollection,
  required this.durationMiliseconds,
  this.imageHeight,
  this.imagePadding,
}) : super(key: key);