Flutter学习笔记
Flutter 学习随笔CardCard 是卡片组件块,内容可以由大多数类型的 Widget 构成,Card 具有圆角和阴影,这让它看起来有立体感。属性预览: const Card({ Key key, this.color,//颜色 this.elevation,//设置阴影 this.shape,//设置圆角 this.borderOnForeground = true, this.margin,//边距 this.clipBehav
原创
2020-06-03 17:58:10 ·
4168 阅读 ·
0 评论