摘要: 使用stack 和Positioned 实现绝对布局 进行位置偏移 Container( alignment: Alignment.center, width: double.infinity, child: Stack( clipBehavior: Clip.none, alignment: Al 阅读全文
posted @ 2021-01-27 17:03 淡然吖 阅读(780) 评论(0) 推荐(0)