HeaderView constructor

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

Implementation

const HeaderView({
  super.key,
});