Label constructor

const Label(
  1. String text, {
  2. String? style,
  3. Key? key,
})

Implementation

const Label(this.text, {this.style, super.key});