CustomTextSignUpOrSignIn constructor
const
CustomTextSignUpOrSignIn({})
Implementation
const CustomTextSignUpOrSignIn({
Key? key,
required this.textone,
required this.texttwo,
required this.color,
required this.onTap,
}) : super(key: key);