How to show text completly when sizedbox take space in flutter
i used Expanded(Sizedbox()) between my Text Widgets and this happended : How can i prevent what that happened for my Text ? this is my code : Padding( padding: const EdgeInsets.symmetric(vertical: 8), child: Row( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: […