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