updateShouldNotify method
Whether listeners should be notified.
Implementation
@override
bool updateShouldNotify(covariant final InheritedGameShortcuts oldWidget) =>
shortcuts != oldWidget.shortcuts;
Whether listeners should be notified.
@override
bool updateShouldNotify(covariant final InheritedGameShortcuts oldWidget) =>
shortcuts != oldWidget.shortcuts;