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

'RaisedButton' is deprecated and shouldn't be used. It is replaced by ElevatedButton
pull/4827/head
Hardik 12 months ago committed by GitHub
parent 5e80d9d4d8
commit aca3163ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/flutter/content/102-widgets/102-styled-widgets/100-material-widgets.md

@ -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: 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 - Scaffold
- AppBar - AppBar
- TextField - TextField

Loading…
Cancel
Save