ProfileScreen constructor

const ProfileScreen({
  1. Key? key,
  2. FirebaseAuth? auth,
  3. List<AuthProvider<AuthListener, AuthCredential>>? providers,
  4. Widget? avatar,
  5. Color? avatarPlaceholderColor,
  6. ShapeBorder? avatarShape,
  7. double? avatarSize,
  8. List<Widget> children = const [],
  9. List<FirebaseUIAction>? actions,
  10. AppBar? appBar,
  11. CupertinoNavigationBar? cupertinoNavigationBar,
  12. ActionCodeSettings? actionCodeSettings,
  13. bool showMFATile = false,
  14. bool showUnlinkConfirmationDialog = false,
  15. bool showDeleteConfirmationDialog = false,
})

Implementation

const ProfileScreen({
  super.key,
  super.auth,
  super.providers,
  this.avatar,
  this.avatarPlaceholderColor,
  this.avatarShape,
  this.avatarSize,
  this.children = const [],
  this.actions,
  this.appBar,
  this.cupertinoNavigationBar,
  this.actionCodeSettings,
  this.showMFATile = false,
  this.showUnlinkConfirmationDialog = false,
  this.showDeleteConfirmationDialog = false,
});