DebugBorder constructor

const DebugBorder({
  1. Key? key,
  2. Widget? child,
})

Implementation

const DebugBorder({super.key, this.child});