inset4 method
inset-4 -->gt; top: 16px, right: 16px, bottom: 16px, left: 16px
Implementation
ContainerBuilder inset4() {
_positionTop = 16;
_positionRight = 16;
_positionBottom = 16;
_positionLeft = 16;
return this;
}
inset-4 -->gt; top: 16px, right: 16px, bottom: 16px, left: 16px
ContainerBuilder inset4() {
_positionTop = 16;
_positionRight = 16;
_positionBottom = 16;
_positionLeft = 16;
return this;
}