updateShouldNotify method
Whether dependents should rebuild when this widget updates.
Implementation
@override
bool updateShouldNotify(covariant DebugConsoleScope oldWidget) {
return controller != oldWidget.controller;
}
Whether dependents should rebuild when this widget updates.
@override
bool updateShouldNotify(covariant DebugConsoleScope oldWidget) {
return controller != oldWidget.controller;
}