outsideBorderWhite method
Implementation
DefineMColumnModifier outsideBorderWhite() {
return this.copyWith(
valueOutsideBorder: Border.all(color: Colors.white, width: 1));
}
DefineMColumnModifier outsideBorderWhite() {
return this.copyWith(
valueOutsideBorder: Border.all(color: Colors.white, width: 1));
}