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