SinglePage constructor
Implementation
const SinglePage({
super.key,
required this.children,
required this.footer,
required this.appAttributes,
required this.showMediumSizeLayout,
required this.showLargeSizeLayout,
});
const SinglePage({
super.key,
required this.children,
required this.footer,
required this.appAttributes,
required this.showMediumSizeLayout,
required this.showLargeSizeLayout,
});