GlassCard constructor
const
GlassCard({
- Key? key,
- required Widget child,
- double? width,
- double? height,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
Implementation
const GlassCard({
super.key,
required this.child,
this.width,
this.height,
this.padding = const EdgeInsets.all(16),
});