FirebaseProfileScreen constructor

FirebaseProfileScreen({
  1. String title = 'Profile',
  2. IconData? icon = Icons.account_circle,
})

Implementation

FirebaseProfileScreen(
    {String title = 'Profile', super.icon = Icons.account_circle})
    : super(SQFirebaseAuth.userDoc!, title: title);