appCard constructor

appCard({
  1. required Widget child,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. Function? onTap,
  5. Color? color,
})

Implementation

appCard(
    {required this.child, this.margin, this.padding, this.onTap, this.color});