appListCard constructor
appListCard({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Function? onTap,
- Color? color,
- Clip? clip,
Implementation
appListCard(
{Key? key,
required this.child,
this.margin,
this.padding,
this.onTap,
this.color,
this.clip})
: super(key: key);