This Button option would work
Button(child: const Text('Sign Out'), onPressed: () {FirebaseAuth.instance.signOut();})