mLTRB static method
EdgeInsets with custom left, right, top & bottom values
Implementation
static EdgeInsets mLTRB(
double left,
double top,
double right,
double bottom,
) =>
EdgeInsets.fromLTRB(left, top, right, bottom);
EdgeInsets with custom left, right, top & bottom values
static EdgeInsets mLTRB(
double left,
double top,
double right,
double bottom,
) =>
EdgeInsets.fromLTRB(left, top, right, bottom);