Creates insets that match the given window padding.
Source
EdgeInsets.fromWindowPadding(ui.WindowPadding padding, double devicePixelRatio) : left = padding.left / devicePixelRatio, top = padding.top / devicePixelRatio, right = padding.right / devicePixelRatio, bottom = padding.bottom / devicePixelRatio;