ProfileScreen constructor

const ProfileScreen({
  1. Key? key,
  2. FirebaseAuth? auth,
  3. List<ProviderConfiguration>? providerConfigs,
  4. Color? avatarPlaceholderColor,
  5. ShapeBorder? avatarShape,
  6. double? avatarSize,
  7. List<Widget> children = const [],
  8. List<FlutterFireUIAction>? actions,
  9. AppBar? appBar,
  10. CupertinoNavigationBar? cupertinoNavigationBar,
  11. ActionCodeSettings? actionCodeSettings,
  12. Set<FlutterFireUIStyle>? styles,
})

Implementation

const ProfileScreen({
  Key? key,
  FirebaseAuth? auth,
  List<ProviderConfiguration>? providerConfigs,
  this.avatarPlaceholderColor,
  this.avatarShape,
  this.avatarSize,
  this.children = const [],
  this.actions,
  this.appBar,
  this.cupertinoNavigationBar,
  this.actionCodeSettings,
  this.styles,
}) : super(key: key, providerConfigs: providerConfigs, auth: auth);