BodyLarge constructor

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

Implementation

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