bottom property
Align
get
bottom
居下 >>>
Implementation
Align get bottom {
return Align(
alignment: Alignment(0, 1),
child: this,
);
}
居下 >>>
Align get bottom {
return Align(
alignment: Alignment(0, 1),
child: this,
);
}