outsideBorderWidth method

DefineMImageModifier outsideBorderWidth(
  1. double value
)

Implementation

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