BodyExtra constructor

const BodyExtra(
  1. String value, {
  2. bool expand = false,
})

Implementation

const BodyExtra(this.value, {this.expand = false});