SignupButton constructor

const SignupButton(
  1. FronteggUser user,
  2. bool signup, {
  3. Key? key,
})

Implementation

const SignupButton(this.user, this.signup, {Key? key}) : super(key: key);