borderWhite method

DefineMAddButtonModifier borderWhite()

Implementation

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