outsideBorderWidth method

DefineMTileModifier outsideBorderWidth(
  1. double value
)

Implementation

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