DebugLabelText constructor

const DebugLabelText(
  1. String text, {
  2. Key? key,
})

Implementation

const DebugLabelText(this.text, {Key? key}) : super(key: key);