onbordingDataList property

List<OnbordingData> onbordingDataList
final

contain list of Onbording screen data such as OnbordingData(

Implementation

//       image: AssetImage("images/pic3.png"),
//       fit: BoxFit.cover,
//       imageHeight: 250,
//       titleText: RichText(
//         textAlign: TextAlign.center,
//         text: TextSpan(
//           children: [
//             TextSpan(
//                 text: "Pickup delivery at \nyour ",
//                 style: TextStyle(
//                   color: Colors.black,
//                   fontSize: 20.0,
//                 )),
//             TextSpan(
//               text: "door ! ",
//               style: TextStyle(
//                   color: Colors.orange,
//                   fontSize: 22.0,
//                   fontWeight: FontWeight.w500),
//             ),
//           ],
//         ),
//       ),
//       descText: RichText(
//         textAlign: TextAlign.center,
//         text: TextSpan(
//           children: [
//             TextSpan(
//               text:
//               "Even to space with us! Together, pickup delivery at your home ",
//               style: TextStyle(
//                 color: Colors.grey,
//                 fontSize: 17.0,
//               ),
//             ),
//           ],
//         ),
//       ),
//       descPadding: EdgeInsets.symmetric(horizontal: 22.0),
//     ),
final List<OnbordingData> onbordingDataList;