HeaderView constructor

const HeaderView({
  1. String? headerText,
  2. bool showSeeAll = false,
  3. Key? key,
  4. VoidCallback? callback,
})

Implementation

const HeaderView({
  this.headerText,
  this.showSeeAll = false,
  Key? key,
  this.callback,
}) : super(key: key);