Text breaks into lines rather than getting smaller in size despite using expanded or flexible
I’m trying to creat a grid which contains elevated buttons. Each button has an icon and text below it. The text varies in length. When the text is too long, part of the word breaks into a new line rather than resizing to a smaller size. When I wrap it with Flexible or Expandable, it doesn’t change.
How to make it so that when I go to another page, the dotColor of the previous page changes to white
I need to do as in the pictures: [enter imaenter image description herege description here](https://i.sstatic.net/OjDjAO18.png)
That is, after switching to the second page, the dotColor of the first one changes to white. I am using SmoothPageIndicator
This is my code:
How do I tile images inside of a container like Twitter or Mastodon do?
Basically, I need to make them fit into the dimensions of a media container in a post widget al at once, here is an example.
enter image description here