SystemWindowMargin constructor

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

Implementation

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