Ink
2020-08-26 本文已影响0人
不二客
Ink
一个方便的小部件,用于在[Material]小部件上绘制图像和其他装饰,以便[InkWell]和[InkResponse]飞溅在它们上面。
Ink({
Key key,
this.padding, //间距
Color color, //颜色
Decoration decoration,
this.width,//宽
this.height,//高
this.child,
})