I've tried to set a global textScaleFactor along with the home property in MaterialApp but it is not possible, because it is asking for HomePageWidget() separately. I am using GetMaterialApp() in another project and I want this global textScaleFactor there too, but there also I am using initialRoute too. Is there any way to counter this situation other than specifying this property for every single Text() widget?