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