LabelText constructor

const LabelText(
  1. String data, {
  2. Key? key,
  3. Color? color,
})

Implementation

const LabelText(
  this.data, {
  super.key,
  this.color,
});