menu
darkstorm_common package
documentation
ui/intro.dart
IntroPage
IntroPage const constructor
IntroPage const constructor
dark_mode
light_mode
IntroPage
constructor
const
IntroPage
(
{
Key
?
key
,
required
Widget
title
,
Widget
?
subtext
,
List
<
Widget
>
items
(
BuildContext
)?,
Widget
body
(
BuildContext
)?,
})
Implementation
const IntroPage({ super.key, required this.title, this.subtext, this.items, this.body });
darkstorm_common package
documentation
ui/intro
IntroPage
IntroPage const constructor
IntroPage class