NeumorphicBorder constructor

const NeumorphicBorder({
  1. bool isEnabled = true,
  2. Color? color,
  3. double? width,
})

Implementation

const NeumorphicBorder({
  this.isEnabled = true,
  this.color,
  this.width,
});