bottom property

Align get bottom

居下 >>>

Implementation

Align get bottom {
  return Align(
    alignment: Alignment(0, 1),
    child: this,
  );
}