NomoElevation constructor
const
NomoElevation({})
Implementation
const NomoElevation({
required this.child,
this.borderRadius = BorderRadius.zero,
this.shape = BoxShape.rectangle,
this.clipBehavior = Clip.none,
this.backgroundColor,
this.shadowColor,
this.elevation,
this.animationDuration,
this.animationCurve,
super.key,
});