EdgeInsetsGeometry.fromSTEB constructor
Creates EdgeInsetsDirectional from offsets from the start, top, end, and bottom.
Implementation
const factory EdgeInsetsGeometry.fromSTEB(double start, double top, double end, double bottom) =
EdgeInsetsDirectional.fromSTEB;