PageHeader constructor
Const constructor for page header, requiring the index, and children
Implementation
const PageHeader({
required this.pageIndex,
required this.children,
this.innerPadding = 4,
super.key,
});
Const constructor for page header, requiring the index, and children
const PageHeader({
required this.pageIndex,
required this.children,
this.innerPadding = 4,
super.key,
});