MintFlatCard constructor
const
MintFlatCard({
- Key? key,
- required Widget child,
- Color? backgroundColor,
- Color? borderColor,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const MintFlatCard({
super.key,
required this.child,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.padding,
this.margin,
});