1

If you set maxLength to be of non-null value, a small length range indicator will appear below the TextField. How can such indicator be hidden or removed?

XUNIT
  • 55
  • 8

1 Answers1

3
TextField(
  decoration: InputDecoration(
    counterText: '', 
  ),
),
Mohamed Ayad
  • 606
  • 4
  • 12