ResponsiveScreen constructor

ResponsiveScreen(
  1. ResponsiveScreenSettings settings
)

Creates a new ResponsiveScreen with the given settings.

Implementation

ResponsiveScreen(this.settings) {
  _isPlatformDesktop = GetPlatform.isDesktop;
}