disableBorderOnForeground property
VxCard
get
disableBorderOnForeground
Whether to paint the shape border in front of the child.
The default value is true.
Use this to make it false, the border will be painted behind the child.
Implementation
VxCard get disableBorderOnForeground => this.._borderOnForeground = false;