ResponsivePageLayout constructor
ResponsivePageLayout(
- SunnyPageState state
Implementation
ResponsivePageLayout(this.state)
: desktop = DesktopPageLayout(state),
mobile = MobilePageLayout(state);