outsideBorderWidth method

DefineMColumnModifier outsideBorderWidth(
  1. double value
)

Implementation

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