ionicfirebaseapp / getwidget

Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
https://www.getwidget.dev
MIT License
4.52k stars 602 forks source link

GFToggle disabledText 显示不全 #309

Closed zhaoxiuyu closed 1 year ago

zhaoxiuyu commented 1 year ago

Describe the bug GFToggle disabledText 显示不全

To Reproduce Steps to reproduce the behavior: return GFToggle( onChanged: (v) { updateGFToggle(v); }, value: gfToggleValue, type: GFToggleType.android, enabledText: '千米', disabledText: '英尺', );

Expected behavior 我希望文本能完全显示

Screenshots 1675050977509

Desktop (please complete the following information):

Smartphone (please complete the following information):

atul-vashisht commented 1 year ago

Thank you @zhaoxiuyu for updating us about this, our team will look into this.

atul-vashisht commented 1 year ago

Hi @zhaoxiuyu , right now we are not showing whole text instead you can try to set font size bit smaller. that will make this done for you.

atul-vashisht commented 1 year ago

Use short label.