EdgeInsetsGeometry.fromSTEB constructor

const EdgeInsetsGeometry.fromSTEB(
  1. double start,
  2. double top,
  3. double end,
  4. double bottom,
)

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;