Skip to content

Instantly share code, notes, and snippets.

@manojbhadane
Last active April 8, 2022 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manojbhadane/757f50d48df6d484939e259b51298fe6 to your computer and use it in GitHub Desktop.
Save manojbhadane/757f50d48df6d484939e259b51298fe6 to your computer and use it in GitHub Desktop.
ClickableText(
text = AnnotatedString("Forgot password?"),
onClick = { navController.navigate(Routes.ForgotPassword.route) },
style = TextStyle(
fontSize = 14.sp,
fontFamily = FontFamily.Default
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment