Label constructor

Label(
  1. String? data, {
  2. Style? style,
  3. Key? key,
})

Implementation

Label(super.data, {super.style, super.key});