edgeOnly function

EdgeInsets edgeOnly({
  1. double top = 0,
  2. double bottom = 0,
  3. double left = 0,
  4. double right = 0,
})

Implementation

EdgeInsets edgeOnly({double top=0,double bottom=0,double left=0 ,double right=0})=>EdgeInsets.only(top: top,bottom: bottom,left: left,right: right);