outsideBorderWidth method

DefineMContainerModifier outsideBorderWidth(
  1. double value
)

Implementation

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