Body constructor

Body({
  1. String? background,
})

Implementation

Body({
  this.background,
});