arePropsEqual property

bool Function(Object? previous, Object? next)? arePropsEqual
final

An optional Dart-side props comparison supplied to React.memo.

Implementation

final bool Function(Object? previous, Object? next)? arePropsEqual;