BodyText constructor

const BodyText(
  1. String content, {
  2. String size = 'base',
  3. bool muted = false,
  4. String align = 'left',
  5. Key? key,
})

Implementation

const BodyText(
  this.content, {
  this.size = 'base',
  this.muted = false,
  this.align = 'left',
  super.key,
});