Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RichText(
- text: TextSpan(
- style: GoogleFonts.poppins(
- fontSize: 14,
- fontWeight: FontWeight.w400,
- color: ProjectColors.black4,
- ),
- children: [
- TextSpan(text: "We have sent an "),
- TextSpan(
- text: "OTP ",
- style: GoogleFonts.poppins(
- fontSize: 14,
- fontWeight: FontWeight.w700,
- color: ProjectColors.black4,
- ),
- recognizer: TapGestureRecognizer()..onTap = () =>Log().showMessageToast(message: "paisi"),
- ),
- TextSpan(text: "to the following email address"),
- ],
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement