Reputation: 12566
I'm trying to develop responsive design for flutter web.
I'm not sure which I should use fontSize or textScaleFactor.
Is there any suggestion?
Thanks:)
Upvotes: 0
Views: 73
Reputation: 7990
Have you checked TextTheme Class and Type Scale, they have declared default size for all purposes.
Upvotes: 1