Whether the widgets that depend on this widget should be rebuilt when oldWidget is replaced by this widget.
oldWidget
@override bool updateShouldNotify(Theme oldWidget) => data != oldWidget.data;