PlatformLayoutInfo constructor

PlatformLayoutInfo(
  1. TargetPlatform platform,
  2. Size screenSize,
  3. DeviceScreenType screenType,
  4. EdgeInsets safeArea,
  5. DeviceInfo deviceInfo,
  6. PlatformStyle platformStyle,
)

Implementation

PlatformLayoutInfo(this.platform, this.screenSize, this.screenType,
    this.safeArea, this.deviceInfo, this.platformStyle);