diff --git a/lib/src/properties.dart b/lib/src/properties.dart index 855d55b..59c042f 100644 --- a/lib/src/properties.dart +++ b/lib/src/properties.dart @@ -251,11 +251,11 @@ class TogglePosition { @override bool operator ==(Object other) => identical(this, other) || - other is PositionListenerInfo && - runtimeType == other.runtimeType && - value == other.mode && - index == other.index && - position == other.position; + other is PositionListenerInfo && + runtimeType == other.runtimeType && + value == other.mode && + index == other.index && + position == other.position; @override int get hashCode => value.hashCode ^ index.hashCode ^ position.hashCode;