SystemWindowPadding constructor

SystemWindowPadding({
  1. int? left,
  2. int? right,
  3. int? top,
  4. int? bottom,
})

Implementation

SystemWindowPadding({this.left, this.right, this.top, this.bottom});