+ flutter fontfamily Changing the font family in Flutter when using ThemeData.dark() or ThemeData.light() I'm trying to set the font of my MaterialApp. Since I'm using the dark theme, I'd like to just use copyWith and then change the fontFamily. However, copyWith doesn't have an option to change the wono | tweet Add comment Do you want to delete? YesNo