当前位置:网站首页>Flutter TextField示例
Flutter TextField示例
2022-07-04 20:35:00 【海阔天空6688】
带边框效果
TextField(
controller: _passWordController,
autofocus: true,
obscureText: true,
maxLength: 20,
decoration: InputDecoration(
contentPadding: const EdgeInsets.all( 10),
label: const Text(Strings.password),
hintText: Strings.inputPassword,
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(5),//圆角
borderSide: BorderSide.merge( //边框宽度
const BorderSide(width: 1, color: Colors.grey),
const BorderSide(width: 1, color: Colors.grey),
),
),
),
)
不带边框效果
TextField(
controller: _userNameController,
autofocus: true,
decoration: InputDecoration(
prefixIcon: const Icon(Icons.account_circle_outlined
边栏推荐
猜你喜欢
Advantages of RFID warehouse management system solution
At the right time, the Guangzhou station of the city chain science and Technology Strategy Summit was successfully held
【公开课预告】:视频质量评价基础与实践
CAD中能显示打印不显示
Day24:文件系统
华为ensp模拟器实现通信安全(交换机)
[ 每周译Go ] 《How to Code in Go》系列文章上线了!!
Billions of citizens' information has been leaked! Is there any "rescue" for data security on the public cloud?
Detailed explanation of multi-mode input event distribution mechanism
华为ensp模拟器 配置ACL访问控制列表
随机推荐
js 3D爆炸碎片图片切换js特效
Word文档中标题前面的黑点如何去掉
__ init__ () missing 2 required positive arguments
测试用例 (TC)
nmap扫描
华为ensp模拟器 实现多个路由器的设备可以相互访问
[Shenbo introduction] VI How to contact your favorite doctoral tutor
多模輸入事件分發機制詳解
CAD中能显示打印不显示
Render function and virtual DOM
Delphi SOAP WebService 服务器端多个 SoapDataModule 实现相同的接口方法,接口继承
吐槽 B 站收费,是怪它没钱么?
Jerry's ad series MIDI function description [chapter]
【微信小程序】协同工作与发布
Roast B station charges, is it because it has no money?
[micro service SCG] use of predict
Huawei ENSP simulator realizes communication security (switch)
render函数与虚拟dom
MYSQL 用!=查询不出等于null的数据,解决办法
At the right time, the Guangzhou station of the city chain science and Technology Strategy Summit was successfully held