forked from lxm_flutter/FlutterUnit
代码格式优化完毕
This commit is contained in:
@@ -63,7 +63,7 @@ class _CustomConstrainedBoxState extends State<CustomConstrainedBox> {
|
||||
padding: const EdgeInsets.all(18.0),
|
||||
child: TextField(
|
||||
decoration: const InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
border: OutlineInputBorder(),
|
||||
hintText: '请输入',
|
||||
),
|
||||
onChanged: (v) {
|
||||
|
||||
Reference in New Issue
Block a user