EdgeOffset constructor

EdgeOffset({
  1. double? top,
  2. double? left,
  3. double? right,
  4. double? bottom,
})

Implementation

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