borderWidth method
Implementation
DefineMColumnModifier borderWidth(double value) {
return this.copyWith(
valueBorder: Border.all(
color: this.valueBorder?.left.color ?? Colors.white, width: value));
}
DefineMColumnModifier borderWidth(double value) {
return this.copyWith(
valueBorder: Border.all(
color: this.valueBorder?.left.color ?? Colors.white, width: value));
}