highlight method

void highlight()

Implementation

void highlight() {
  savedDonation.value = 0;
  donationController.clear();
  donationFocus.requestFocus();
  if(selectedStandardOffer.value!=null){
    currentDonation.value =0;
  }
}