devicePadding property

WindowPadding get devicePadding
inherited

See Flutter Window

Implementation

WindowPadding get devicePadding {
  return fundamentals.device.padding;
}