NeoPopCard constructor
const
NeoPopCard({})
Create a NeoPop card.
The child
and color
properties are required.
Implementation
const NeoPopCard({
Key? key,
required this.child,
required this.color,
this.depth,
this.size,
this.borderColor,
this.hShadowColor,
this.vShadowColor,
}) : super(key: key);