updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant ChatTheme oldWidget
)
override

The method for the update should notify.

Implementation

@override
bool updateShouldNotify(ChatTheme oldWidget) {
  return data != oldWidget.data;
}