[Flutter 实战] TextField 设置背景图 background color on focus

在此记录项目中所遇到问题及解决方案

efJKR6X.jpg
Theme(
  data: Theme.of(context).copyWith(splashColor: Colors.transparent),
  child: TextField(
    autofocus: false,
    style: TextStyle(fontSize: 22.0, color: Color(0xFFbdc6cf)),
    decoration: InputDecoration(
      filled: true,
      fillColor: Colors.white,
      hintText: 'Username',
      contentPadding:
          const EdgeInsets.only(left: 14.0, bottom: 8.0, top: 8.0),
      focusedBorder: OutlineInputBorder(
        borderSide: BorderSide(color: Colors.white),
        borderRadius: BorderRadius.circular(25.7),
      ),
      enabledBorder: UnderlineInputBorder(
        borderSide: BorderSide(color: Colors.white),
        borderRadius: BorderRadius.circular(25.7),
      ),
    ),
  ),
);
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 专业考题类型管理运行工作负责人一般作业考题内容选项A选项B选项C选项D选项E选项F正确答案 变电单选GYSZ本规程...
    小白兔去钓鱼阅读 9,058评论 0 13
  • 最近看的书仍然是雾老师的,书的名字看起来依然像是一本鸡汤书《人生很短,你要做个聪明人》,书名旁边加的一行小字让鸡汤...
    就要美美的阅读 436评论 2 2
  • 梦在那里, 你的心就在那里。 写给自己两个字, 让这两个字一直鼓励自己……
    小剧在成长阅读 330评论 2 4
  • 千课万人—梁晓声老师公开课 《怎样构思一篇文章?》 第一次来杭州参加千课万人的培训。作为一名小学作文老师,对此感到...
    包包加油吧阅读 1,122评论 2 4
  • [数据结构与算法(961) ] (https://blog.8hfq.com)
    小K哥哥阅读 521评论 0 0