flutter第七篇:表单
摘要:
文本框 TextField表示文本框,默认只有底部边框,如果想变成四边形的框,需要利用其decoration属性,指定其值为InputDecoration实例,指定InputDecoration的border属性值为OutlineInputBorder()。如果想去掉所有边框,则需要把border指 阅读全文
posted @ 2024-10-25 14:44 koushr 阅读(50) 评论(0) 推荐(0) 编辑