Looking for ?

Translate

How to resize a text inside FittedBox in flutter

 Flutter FittedBox is a good object to use why working on a responsive App. It can be anoying when you want to reduce the Text inside fittedBox. 


DO YOU NEED A WEBBSITE OF APP FOR YOUR BUSINESS,

CALL OR WHATSAPP WAKABIA ICT +2347063076212

To be able to adjust the size of the text, use  fit: BoxFit.scaleDown,


E.g

FittedBox(
                      fit: BoxFit.scaleDown,
                      child: 
                          Text(
                            "Text here",
                            style: TextStyle(fontSize: 18),
                          ),)

SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment