ResponsivePageLayout constructor

ResponsivePageLayout(
  1. SunnyPageState state
)

Implementation

ResponsivePageLayout(this.state)
    : desktop = DesktopPageLayout(state),
      mobile = MobilePageLayout(state);