How to keep the Icon in the middle, Icons moves down with validation error

前端 未结 0 637
闹比i
闹比i 2020-12-05 11:18

Stack( alignment: Alignment(1.0, 0.0), children: [ TextFormField( validator: (val) => val.length < 6 ? \'Password must be 6+ chars long\' : null, style: kTextInputStyl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题