Closed EliaTolin closed 3 years ago
I fix that with Flexible :
Flexible(
fit: FlexFit.tight,
child: AutoSizeText(
"deewfwefewfwewefwefwefweffwewefwefewf",
maxLines: 1,
style: TextStyle(
fontSize: 25,
fontWeight: FontWeight.bold,
fontStyle: FontStyle.normal,
),
),
),
Hi to everyone,
I insert the AutoSizeText in my Card but it not works. I tried to insert AutoSizeText in home and it works perfectly.
This function is a member of :
Where is the problem? Is a bug? If you would this is the rep where I working : https://github.com/EliaTolin/StatusVaccini
Version