bottomLeft property
Align
get
bottomLeft
Aligns the child widget to the bottom-left corner of its parent.
Equivalent to using align(Alignment.bottomLeft)
.
Implementation
Align get bottomLeft => _align(Alignment.bottomLeft);