GlCard constructor
const
GlCard({
- Widget? child,
- EdgeInsetsGeometry? padding,
- Color? color,
- bool shadow = true,
- Key? key,
Implementation
const GlCard({
this.child,
this.padding,
this.color,
this.shadow = true,
super.key,
});