UiPlatformWindowMetrics constructor

const UiPlatformWindowMetrics({
  1. required Size? windowSize,
  2. required Size? screenSize,
  3. required bool supportsWindowing,
})

Implementation

const UiPlatformWindowMetrics({
  required this.windowSize,
  required this.screenSize,
  required this.supportsWindowing,
});