类可重用扩展StatelessWidget{const可重用({Key? key,必填this.颜色,this.cardchild, }) : 超级(key:key);
最终颜色颜色;最终小部件卡片;
使用:
final Color? color; final Widget? cardchild;