selected property

TextStyle get selected

Implementation

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