menu
boarding_flow package
documentation
BoardingPage/page.dart
Pages
Pages constructor
Pages constructor
dark_mode
light_mode
Pages
constructor
Pages
(
{
String
?
description
,
String
?
title
,
Widget
?
imagePath
,
Key
?
key
,
})
Implementation
Pages({this.description, this.title, this.imagePath, Key? key}) : super(key: key);
boarding_flow package
documentation
BoardingPage/page
Pages
Pages constructor
Pages class