border

作者: neobuger | 来源:发表于2023-01-30 10:44 被阅读0次
Container(
                    // color: Colors.yellow,
                    margin: EdgeInsets.only(left: 15, right: 7),
                    decoration: BoxDecoration(
                      color: Colors.white,
                      borderRadius: BorderRadius.circular(5),
                      border: Border.all(color: Color(0xff667EF5), width: 0.5),
                    ),
                    height: 40,
                    child: TextButton(
                      child: Text(
                        "添加成员", style: TextStyle(color: Color(0xff3D77E5)),),
                      onPressed: () {},
                    ),
                    // width: window
                  )

相关文章

网友评论

      本文标题:border

      本文链接:https://www.haomeiwen.com/subject/afemhdtx.html