EdgeInsetsDirectional.fromSTEB constructor

const EdgeInsetsDirectional.fromSTEB(double start, double top, double end, double bottom)

Creates insets from offsets from the start, top, end, and bottom.

Implementation

const EdgeInsetsDirectional.fromSTEB(this.start, this.top, this.end, this.bottom);