didChangeTextScaleFactor method

void didChangeTextScaleFactor()

Called when the platform's text scale factor changes.

This typically happens as the result of the user changing system preferences, and it should affect all of the text sizes in the application.

This method exposes notifications from Window.onTextScaleFactorChanged.

Implementation

void didChangeTextScaleFactor() {}