only static method
Implementation
static EdgeInsets only(
{double top = 0, double right = 0, double bottom = 0, double left = 0}) {
return EdgeInsets.only(left: left, right: right, top: top, bottom: bottom);
}
static EdgeInsets only(
{double top = 0, double right = 0, double bottom = 0, double left = 0}) {
return EdgeInsets.only(left: left, right: right, top: top, bottom: bottom);
}