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