Color Change

Hi, I have four buttons named A, B, C, D and the initial color of the buttons are white. If I click one of the button, is there any way to change the color of that button to black and maintain the color until I click another button. The purpose is to indicate the button currently selected. I use Tapped, WhilePressed, Clicked. But none of them works.

Hi!

You can use any trigger, but use a <Set> animator instead of <Change>.

  • <Set> - Permanent change
  • <Change> - Temporary change, will be reversed when the trigger completes.