insetX1 method
inset-x-1 -->gt; left: 4px, right: 4px
Implementation
ContainerBuilder insetX1() {
_positionLeft = 4;
_positionRight = 4;
return this;
}
inset-x-1 -->gt; left: 4px, right: 4px
ContainerBuilder insetX1() {
_positionLeft = 4;
_positionRight = 4;
return this;
}