SignupOrNull constructor

const SignupOrNull({
  1. Key? key,
  2. OnClick? goSubscribe,
})

Implementation

const SignupOrNull({
  Key? key,
  this.goSubscribe,
}) : super(key: key);