NeumorphicProperties constructor

const NeumorphicProperties({
  1. double bevel = 12.0,
  2. double borderRadius = 15.0,
  3. BoxBorder? border,
  4. BoxShape shape = BoxShape.rectangle,
  5. CurveType curveType = CurveType.concave,
  6. bool showSubtitleText = false,
})

Implementation

const NeumorphicProperties({
  this.bevel = 12.0,
  this.borderRadius = 15.0,
  this.border,
  this.shape = BoxShape.rectangle,
  this.curveType = CurveType.concave,
  this.showSubtitleText = false,
});