FlatCard constructor
const
FlatCard({})
Implementation
const FlatCard({
Key? key,
this.child,
this.width,
this.height,
this.borderRadius,
this.borderWidth,
this.color,
this.clipped = false,
}) : super(key: key);