EdgeInfo constructor

EdgeInfo({
  1. required double all,
  2. double? left,
  3. double? top,
  4. double? right,
  5. double? bottom,
})

Implementation

EdgeInfo({required this.all, this.left,this.top,this.right,this.bottom});