Posts by Thiago Rocha • 29 points
3 posts
-
0
votes0
answers32
viewsQ: How to remove the margin added to the label in Textfield that has prefixIcon when receiving Focus?
Current Goal: Container( padding: EdgeInsets.all(10), child: TextFormField( keyboardType: TextInputType.number, textInputAction: TextInputAction.continueAction, style: TextStyle(fontSize: 20),…
-
2
votes2
answers88
viewsQ: Typescript files in version history
I started using Typescript in my web project to generate the Javascript files and my question is: In the version system I should put only the Javascript files, Typescript or both?
-
-1
votes2
answers91
viewsQ: Footer does not resize
Good evening. My problem is the following, when screen is very small and is shown the scroll bar the footer does not extend more to 100%. HTML <!DOCTYPE html> <html lang="pt-br">…