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