leftBottom property
Align
get
leftBottom
左下 >>>
Implementation
Align get leftBottom {
return Align(
alignment: Alignment(-1, 1),
child: this,
);
}
左下 >>>
Align get leftBottom {
return Align(
alignment: Alignment(-1, 1),
child: this,
);
}