Published
- 1 min read
increase text size of Test flutter
The solution for this is noted below
increase text size of Test flutter
Solution
child: Text(
'Hello World! This is a text widget.',
style: TextStyle(fontSize: 25),
)
Try other methods by searching on the site. That is if this doesn’t work