Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

fitted box flutter

Container(
height:200, width:20,
child:FittedBox(
      child: Text('Some Example Text.'))
)
//In this example fitted box helps text to fit in the container even if it have
//to increase or scale the size of text(its child)... 
Source by api.flutter.dev #
 
PREVIOUS NEXT
Tagged: #fitted #box #flutter
ADD COMMENT
Topic
Name
2+4 =