AppShell Overview
menu
flutter_form_wizard
flutter_form.dart
FlutterFormInputController
<
T
>
value property
value
dark_mode
light_mode
value
property
T?
value
getter/setter pair
value
is a way to set a initial value and will be the value when change by the user.
Implementation
T? value;
flutter_form_wizard
flutter_form
FlutterFormInputController
<
T
>
value property
FlutterFormInputController class