rightBottom property
Align
get
rightBottom
右下 >>>
Implementation
Align get rightBottom {
return Align(
alignment: Alignment(1, 1),
child: this,
);
}
右下 >>>
Align get rightBottom {
return Align(
alignment: Alignment(1, 1),
child: this,
);
}