textViewModelHashCode property
int
get
textViewModelHashCode
Implementation
int get textViewModelHashCode =>
super.hashCode ^
nodeId.hashCode ^
maxWidth.hashCode ^
padding.hashCode ^
text.hashCode ^
textDirection.hashCode ^
textAlignment.hashCode ^
maxLines.hashCode ^
overflow.hashCode ^
selection.hashCode ^
selectionColor.hashCode ^
highlightWhenEmpty.hashCode ^
customUnderlines.hashCode ^
customUnderlineStyles.hashCode ^
spellingErrorUnderlineStyle.hashCode ^
spellingErrors.hashCode ^
grammarErrorUnderlineStyle.hashCode ^
grammarErrors.hashCode ^
composingRegion.hashCode ^
showComposingRegionUnderline.hashCode;