Skip to content

Instantly share code, notes, and snippets.

View AnupKumarPanwar's full-sized avatar
:octocat:

Anup Kumar Panwar AnupKumarPanwar

:octocat:
View GitHub Profile
@AnupKumarPanwar
AnupKumarPanwar / linkable_attributes.md
Created June 3, 2020 06:05
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)
@AnupKumarPanwar
AnupKumarPanwar / CODE_OF_CONDUCT.md
Last active April 21, 2019 09:49
Code Of Conduct

Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our Standards