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