Canceled Account
Results
1
comments of
Canceled Account
I have same problem with TextField(), i think its a bug. **My InputDecoration code:** ``` InputDecoration( labelText: 'Insert your name...', focusedBorder: OutlineInputBorder( borderSide: BorderSide( color: Colors.amberAccent, width: 3, ), borderRadius:...