outsideBorderWidth method
Implementation
DefineMContainerModifier outsideBorderWidth(double value) {
return this.copyWith(
valueOutsideBorder: Border.all(
color: this.valueOutsideBorder?.left.color ?? Colors.white,
width: value));
}