didChangePlatformBrightness method
Called when the platform brightness changes.
Implementation
@override
@mustCallSuper
void didChangePlatformBrightness() {
super.didChangePlatformBrightness();
//
forEachState((state) {
state.didChangePlatformBrightness();
}, reversed: true, remove: this);
}