ScaffoldBoxConstraints constructor
const
ScaffoldBoxConstraints({})
Implementation
const ScaffoldBoxConstraints({
required this.headerHeight,
required this.footerHeight,
super.minWidth,
super.maxWidth,
super.minHeight,
super.maxHeight,
});