VgkShotsToKillListWidget constructor

const VgkShotsToKillListWidget({
  1. Key? key,
  2. required String title,
  3. required AnimationController mainScreenAnimationController,
  4. required Animation<double> mainScreenAnimation,
  5. required List<VgkShortToKillListModel> data,
  6. required String primaryColor,
})

Implementation

const VgkShotsToKillListWidget({
  Key? key,
  required this.title,
  required this.mainScreenAnimationController,
  required this.mainScreenAnimation,
  required this.data,
  required this.primaryColor,
}) : super(key: key);