VgkBestAttachmentSetList constructor

const VgkBestAttachmentSetList({
  1. Key? key,
  2. required AnimationController mainScreenAnimationController,
  3. required Animation<double> mainScreenAnimation,
  4. required List<VgkAttachementModel> data,
  5. required double width,
  6. required double height,
  7. required String primaryColor,
})

Implementation

const VgkBestAttachmentSetList({
  Key? key,
  required this.mainScreenAnimationController,
  required this.mainScreenAnimation,
  required this.data,
  required this.width,
  required this.height,
  required this.primaryColor,
}) : super(key: key);