AppShell Overview
menu
flutter_profile
flutter_profile.dart
ProfilePage
formKey property
formKey
dark_mode
light_mode
formKey
property
GlobalKey
<
FormState
>
?
formKey
final
Use the form key to save on any custom callback
Implementation
final GlobalKey<FormState>? formKey;
flutter_profile
flutter_profile
ProfilePage
formKey property
ProfilePage class