Summary
The Button class should have two more property: HighlightBackgroundcolor and HighlightTextcolor
API Changes
Add the two Property in the Button class
public Color HighlightBackgroundcolor { get; set; }
public Color HighlightTextcolor { get; set; }
Intended Use Case
To easy set the color text and background when a button is tapped and the tap gesture end.