start method
start-{value} -> 设置开始方向的位置(LTR 时为 left,RTL 时为 right)
Implementation
ContainerBuilder start(double value) {
_isPositioned = true;
_positionStart = value;
return this;
}
start-{value} -> 设置开始方向的位置(LTR 时为 left,RTL 时为 right)
ContainerBuilder start(double value) {
_isPositioned = true;
_positionStart = value;
return this;
}