1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

Flutter : update 100-material-widgets.md (#4824)

'RaisedButton' is deprecated and shouldn't be used. It is replaced by ElevatedButton
This commit is contained in:
Hardik
2023-12-05 21:06:19 +05:30
committed by GitHub
parent 5e80d9d4d8
commit aca3163ba9

View File

@@ -2,7 +2,7 @@
Material Widgets are a set of Flutter widgets that implement Material Design, Google's visual language for design. They are designed to provide a consistent look and feel on both Android and iOS devices. Some common Material Widgets include:
- RaisedButton
- ElevatedButton
- Scaffold
- AppBar
- TextField