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