Subheadline constructor

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

Implementation

const Subheadline(
  this.content, {
  this.size = 'lg',
  this.align = 'left',
  this.muted = true,
  super.key,
});