BestAttachmentSet constructor

const BestAttachmentSet({
  1. Key? key,
  2. required VgkAttachementModel data,
  3. required AnimationController animationController,
  4. required Animation<double> animation,
  5. required double width,
  6. required String primaryColor,
})

Implementation

const BestAttachmentSet(
    {Key? key,
    required this.data,
    required this.animationController,
    required this.animation,
    required this.width,
    required this.primaryColor})
    : super(key: key);