Flutter 圆角半透明编辑框

图片[1]-Flutter 圆角半透明编辑框-趙哥博客-赵哥博客

 Container(
            alignment: Alignment.center,
            margin: EdgeInsets.all(5),
            padding: EdgeInsets.only(left: 15, right: 15),
            decoration: BoxDecoration(
              color: Colors.black12,
              borderRadius: BorderRadius.all(Radius.circular(20)),
            ),
            child: TextField(
              cursorColor: Colors.black,
              cursorWidth: 1,
              decoration: InputDecoration(
                border: InputBorder.none, //无边框
              ),
            ),
          ),
THE END
喜欢就支持一下吧
点赞7赞赏 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容