jesusrp98 / expand_widget

Ability to easily expand and retract a widget collection or text
https://pub.dev/packages/expand_widget
GNU General Public License v3.0
45 stars 22 forks source link

automatically centers text if first line doesnt take up full width #29

Closed eliezerp3 closed 3 years ago

eliezerp3 commented 3 years ago

Really love this package but having a problem where it is impossible to align the text left when the first line of text doesnt take up the full width of the container. It will center no matter what i set the textAlign property to. Screen Shot 2021-04-27 at 2 48 15 PM Screen Shot 2021-04-27 at 2 48 52 PM

eliezerp3 commented 3 years ago

Figured it out. Just have to set the expandWidth property to true.