ReauthForm constructor

const ReauthForm({
  1. required GlobalKey<FormState> key,
})

Implementation

const ReauthForm({
  required GlobalKey<FormState> key,
}) : super(key: key);