computedDefaultViewport property

DeviceViewport? get computedDefaultViewport

Implementation

DeviceViewport? get computedDefaultViewport =>
    identical(defaultViewport, LaunchOptions.viewportNotSpecified)
    ? DeviceViewport()
    : defaultViewport;