SignUpButton constructor

SignUpButton({String text, Color color, GlobalKey<FormState> formKey, User user })

Implementation

SignUpButton({this.text, this.color, this.formKey, this.user});