Replies: 2 comments 1 reply
-
can I use my characters for lists? For example, squares. Right now the implementation is only for lists with bullets, numbers and checkboxes. What can I override, so that for the ListAttribute(String value) to match my widget to the left of the text in the list? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am using this project as guide to implement a bulleted text field in flutter from scratch as for learning practice. I have watched the YouTube videos and spent some time on code but I am not able to locate the code which implements the indentation of text in new line.
Expected :
long message continued
What I am getting:
long message continued
I want the "long" in the third line to be aligned to "This" in second line. Can you point me to the code where you implement that?
Beta Was this translation helpful? Give feedback.
All reactions