DebugConstraintsDisplay constructor

const DebugConstraintsDisplay({
  1. Key? key,
  2. Widget? child,
  3. Color color = Colors.blue,
  4. bool showConstraints = true,
  5. bool showBorder = true,
  6. bool showColor = true,
})

Implementation

const DebugConstraintsDisplay({
  super.key,
   this.child,
  this.color = Colors.blue,
  this.showConstraints = true,
   this.showBorder = true,
   this.showColor= true,
});