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