appCard constructor
appCard({
- required Widget child,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Function? onTap,
- Color? color,
Implementation
appCard(
{required this.child, this.margin, this.padding, this.onTap, this.color});