end method
end-{value} -> 设置结束方向的位置(LTR 时为 right,RTL 时为 left)
Implementation
ContainerBuilder end(double value) {
_isPositioned = true;
_positionEnd = value;
return this;
}
end-{value} -> 设置结束方向的位置(LTR 时为 right,RTL 时为 left)
ContainerBuilder end(double value) {
_isPositioned = true;
_positionEnd = value;
return this;
}