ArcaneBodyText constructor

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

Implementation

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