NomoCard constructor
const
NomoCard({
- required Widget child,
- Key? key,
- double? elevation = 1,
- Offset? offset,
- Color? shadowColor,
- BoxBorder? border,
- BorderRadiusGeometry? borderRadius,
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const NomoCard({
required this.child,
super.key,
this.elevation = 1,
this.offset,
this.shadowColor,
this.border,
this.borderRadius,
this.backgroundColor,
this.padding,
this.margin,
});