Whether the framework should notify widgets that inherit from this widget.
@override bool updateShouldNotify(Theme oldWidget) { return data != oldWidget.data; }