LayoutInfo.ofSize constructor

LayoutInfo.ofSize(
  1. Size screenSize,
  2. DeviceScreenType screenType,
  3. PlatformStyle platformStyle,
  4. TargetPlatform targetPlatform,
)

Implementation

LayoutInfo.ofSize(
  this.screenSize,
  this.screenType,
  this.platformStyle,
  this.targetPlatform,
);