LandingPage constructor

const LandingPage({
  1. Key? key,
  2. required List<Widget> slides,
})

Implementation

const LandingPage({
  Key? key,
  required this.slides,
}) : super(key: key);