Posts by Ronaldo • 1 point
1 post
-
-1
votes3
answers3112
viewsA: How to change the border color of a Textformfield?
You have to do it for Main.dart void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context)…