BodyText constructor

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

Implementation

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