How do I pass an Internationalization Object to Child Widgets in Flutter
问题 Just getting started with Flutter/dart, transitioning for PHP, and struggling to figure out how to pass classes into widgets. I am working on creating my first android and iOS applications using flutter. I am working with internationalization and everything works fine at my initial build page using the internationalization class I have. However, when passing it on to another widget I get: NoSuchMethodError: The getter textTitle was called on null. Receiver: null tried calling: textTitle What