menu
wello_sdk_mobile package
documentation
features/depot/presentation/widgets/step1.dart
Step1Page
Step1Page.new const constructor
Step1Page.new const constructor
dark_mode
light_mode
Step1Page
constructor
const
Step1Page
(
{
Key
?
key
,
required
dynamic
onDataChanged
(
Map
<
String
,
dynamic
>
),
required
Map
<
String
,
dynamic
>
?
initialData
,
})
Implementation
const Step1Page({ super.key, required this.onDataChanged, required this.initialData, });
wello_sdk_mobile package
documentation
features/depot/presentation/widgets/step1
Step1Page
Step1Page.new const constructor
Step1Page class