LogInButton constructor

LogInButton({String text, Color color, dynamic formKey, User user })

Implementation

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