2020年3月14日

摘要: Stack 这个是Flutter中布局用到的组件,跟Android中FrameLayout很像,都是可以叠加的现实View。 Stack({ Key key, this.alignment = AlignmentDirectional.topStart, this.textDirection, th 阅读全文
posted @ 2020-03-14 22:56 wjw334 阅读(198) 评论(0) 推荐(1) 编辑

导航