selectionColor method

AzText selectionColor(
  1. Color selectionColor
)

Implementation

AzText selectionColor(Color selectionColor){
  _selectionColor = selectionColor;
  return this;
}