HeaderView constructor
const
HeaderView({
- Key? key,
- String? headerText,
- bool showSeeAll = false,
- VoidCallback? callback,
Implementation
const HeaderView({
super.key,
this.headerText,
this.showSeeAll = false,
this.callback,
});