ZeroCard constructor
const
ZeroCard({
- Key? key,
- ZeroCardStyle? style,
- required Widget child,
- Clip clipBehavior = Clip.antiAlias,
Implementation
const ZeroCard({
super.key,
ZeroCardStyle? style,
required this.child,
this.clipBehavior = Clip.antiAlias,
}) : style = style ?? const ZeroCardStyle();