insetX2 method
inset-x-2 -->gt; left: 8px, right: 8px
Implementation
ContainerBuilder insetX2() {
_positionLeft = 8;
_positionRight = 8;
return this;
}
inset-x-2 -->gt; left: 8px, right: 8px
ContainerBuilder insetX2() {
_positionLeft = 8;
_positionRight = 8;
return this;
}