Header constructor

const Header({
  1. String? name,
})

Implementation

const Header({
  this.name,
});