selected property

TextStyle selected

Implementation

TextStyle get selected {
  return infoX.isIOS ? this : this.copyWith(color: sunnyColors.white);
}