LabelLarge constructor

const LabelLarge(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. TextAlign? textAlign,
  5. TextOverflow? overflow,
  6. int? maxLines,
})

Implementation

const LabelLarge(
  super.text, {
  super.key,
  super.color,
  super.textAlign,
  super.overflow,
  super.maxLines,
});