There is probably something obvious I\'m missing. Is there one property that can change the color of all the text in a Flutter app?
The way I am doing it now is
Maybe a bit late... but you can use this:
ThemeData( primaryTextTheme: Typography(platform: TargetPlatform.iOS).white, textTheme: Typography(platform: TargetPlatform.iOS).white, )