Header constructor

const Header({
  1. Key? key,
})

Implementation

const Header({
  Key? key,
}) : super(key: key);