compareTo method

  1. @override
RenderComparison compareTo(
  1. TextStyle other
)
override

Describe the difference between this style and another, in terms of how much damage it will make to the rendering.

See also:

Implementation

@override
RenderComparison compareTo(TextStyle other) {
  return textStyle.compareTo(other);
}