Ankit Roy
Results
2
comments of
Ankit Roy
@johnebere58 But what should be the value of maxWidth and maxHeight? should it be depends on device size?
I have also faced the same issue. Am I missing something here? ``` SizedBox( width: 324.0 height: 30.0, child: AutoSizeText( 'some long text string', style: TextStyle(color: Colors.red), maxLines: 1, group:...