NeumorphicBackground constructor

const NeumorphicBackground({
  1. Widget? child,
  2. EdgeInsets? padding,
  3. EdgeInsets? margin,
  4. BorderRadius? borderRadius,
  5. Color backendColor = const Color(0xFF000000),
})

Implementation

const NeumorphicBackground({
  this.child,
  this.padding,
  this.margin,
  this.borderRadius,
  this.backendColor = const Color(0xFF000000),
});