bottom property

ConstraintAlign bottom
latefinal

Implementation

late final ConstraintAlign bottom =
    ConstraintAlign(this, ConstraintAlignType.bottom)
      .._margin = _bottomMargin
      .._goneMargin = _bottomGoneMargin;