HaveAnAccountLegend constructor
const
HaveAnAccountLegend({})
Implementation
const HaveAnAccountLegend({
Key? key,
required this.onAction,
required this.alreadyHave,
this.upperCase = true,
this.signUpText,
this.signInText,
this.normalStyle,
this.actionStyle,
}) : super(key: key);