Answers for "flutter text size to fit"

0

flutter text size to fit

// auto_size_text: ^3.0.0
AutoSizeText(
  'The text to display',
  style: TextStyle(fontSize: 20),
  maxLines: 2,
)
Posted by: Guest on March-19-2022

Code answers related to "Dart"

Browse Popular Code Answers by Language