alignBL property

Align get alignBL

Implementation

Align get alignBL {
  return Align(
    alignment: Alignment.bottomLeft,
    child: this,
  );
}