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