ArnaEdgeInsets.eb constructor

const ArnaEdgeInsets.eb(
  1. double end,
  2. double bottom
)

Creates insets with only the end and bottom values non-zero.

Implementation

const ArnaEdgeInsets.eb(double end, double bottom)
    : super.only(end: end, bottom: bottom);