there createState mehod is not working..
[class MysignupPage extends StatefulWidget {
const MysignupPage({ Key key }) : super(key: key);
@override
_MysignupPageState createState() => _MysignupPageState();
}
class _MysignupPageState extends StatelessWidget {
final _auth = FirebaseAuth.instance;][1]
this error is shown [1]: https://i.stack.imgur.com/An0iV.png