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