ArnaEdgeInsets.steb constructor

const ArnaEdgeInsets.steb(
  1. double start,
  2. double top,
  3. double end,
  4. double bottom,
)

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

Implementation

const ArnaEdgeInsets.steb(super.start, super.top, super.end, super.bottom)
    : super.fromSTEB();