Skip to content

Instantly share code, notes, and snippets.

@AnupKumarPanwar
Created June 3, 2020 06:05
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 AnupKumarPanwar/37daef51018c5ae558918922b85d620e to your computer and use it in GitHub Desktop.
Save AnupKumarPanwar/37daef51018c5ae558918922b85d620e to your computer and use it in GitHub Desktop.
Attributes for Linkable Flutter Widget
Key Description
text The text to be displayed in the widget.
textColor Color of the non-link text. (default: black)
linkColor Color of the links. (default: blue)
style TextStyle to be applied on the widget.
textAlign TextAlign value. (default: TextAlign.start)
textDirection Determines the order to lay children out horizontally.
maxLines Maximum number of lines to be displayed.
overflow Handles text that crosses maxLines. (default: TextOverflow.clip)
textScaleFactor The number of font pixels for each logical pixel.
locale Sets text locale.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment