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