当前位置:网站首页>Shutter textfield example
Shutter textfield example
2022-07-04 21:32:00 【Boundless 6688】
Border effect
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),// Round corners
borderSide: BorderSide.merge( // Border width
const BorderSide(width: 1, color: Colors.grey),
const BorderSide(width: 1, color: Colors.grey),
),
),
),
)


No border effect
TextField(
controller: _userNameController,
autofocus: true,
decoration: InputDecoration(
prefixIcon: const Icon(Icons.account_circle_outlined边栏推荐
- Jerry's ad series MIDI function description [chapter]
- Why does invariant mode improve performance
- Billions of citizens' information has been leaked! Is there any "rescue" for data security on the public cloud?
- LambdaQueryWrapper用法
- Hwinfo hardware detection tool v7.26 green version
- Day24: file system
- 数十亿公民信息遭泄漏!公有云上的数据安全还有“救”吗?
- Huawei ENSP simulator realizes communication security (switch)
- CAD中能显示打印不显示
- MYSQL 用!=查询不出等于null的数据,解决办法
猜你喜欢
随机推荐
Flutter在 release版本,打开后随机白屏不显示内容
y56.第三章 Kubernetes从入门到精通 -- 业务镜像版本升级及回滚(二九)
学习突围3 - 关于精力
NetWare r7000 Merlin system virtual memory creation failed, prompting that the USB disk reading and writing speed does not meet the requirements. Solution, is it necessary to create virtual memory??
SolidWorks工程图添加材料明细表的操作
Why does invariant mode improve performance
宝塔 7.9.2 宝塔控制面板绕过 手机绑定认证 绕过官方认证
Minidom module writes and parses XML
Introduction to pressure measurement of JMeter
【LeetCode】17、电话号码的字母组合
Embedded TC test case
Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
WGCNA分析基本教程总结
How was MP3 born?
偷窃他人漏洞报告变卖成副业,漏洞赏金平台出“内鬼”
Jerry's ad series MIDI function description [chapter]
Day24: file system
[micro service SCG] use of predict
Maya lamp modeling
杰理之AD 系列 MIDI 功能说明【篇】







![Jerry added the process of turning off the touch module before turning it off [chapter]](/img/28/5e4eb39243a0c973d0b90f76571f9b.png)

