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