AIGlassCard constructor
const
AIGlassCard({
- Key? key,
- required Widget child,
- EdgeInsets padding = const EdgeInsets.all(20),
- BorderRadius? borderRadius,
- double opacity = 0.10,
Implementation
const AIGlassCard({
Key? key,
required this.child,
this.padding = const EdgeInsets.all(20),
this.borderRadius,
this.opacity = 0.10,
}) : super(key: key);