compareTo abstract method
- InlineSpan other
Describe the difference between this span and another, in terms of how much damage it will make to the rendering. The comparison is deep.
Comparing InlineSpan objects of different types, for example, comparing a TextSpan to a WidgetSpan, always results in RenderComparison.layout.
See also:
- TextStyle.compareTo, which does the same thing for TextStyles.
Implementation
RenderComparison compareTo(InlineSpan other);