LayoutStrategy.deviceDefault constructor

const LayoutStrategy.deviceDefault()

Uses device width and height as the webview layout dimensions

Implementation

const LayoutStrategy.deviceDefault()
    : width = null,
      height = null;