EdgeInsetsGeometry.fromLTRB constructor
Creates EdgeInsets from offsets from the left, top, right, and bottom.
Implementation
const factory EdgeInsetsGeometry.fromLTRB(double left, double top, double right, double bottom) =
EdgeInsets.fromLTRB;