Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

remove number count in textfield flutter

TextField(
  maxLength: 2,
  decoration: InputDecoration(
  	counterText: ''
  ),
),
 
PREVIOUS NEXT
Tagged: #remove #number #count #textfield #flutter
ADD COMMENT
Topic
Name
5+8 =