PlatformCard constructor
PlatformCard({
- PlatformCardArgs? args,
- Widget? child,
- Key? key,
Implementation
PlatformCard({
PlatformCardArgs? args,
this.child,
Key? key,
}) : _args = args ?? const PlatformCardArgs(),
super(key: key);