Instead of RaisedButton, we can use ElevatedButton because it is deprecated (#3827)

content/flutter
saitejavankayala 2 years ago committed by GitHub
parent 8c343217de
commit 4ee4fd469e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/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:
- RaisedButton
- ElevatedButton
- Scaffold
- AppBar
- TextField
@ -18,4 +18,4 @@ Visit the following resources to learn more:
- [Material Components widgets](https://docs.flutter.dev/development/ui/widgets/material)
- [Flutter – Material Design](https://www.geeksforgeeks.org/flutter-material-design/)
- [Widget catalog in Flutter](https://docs.flutter.dev/development/ui/widgets)
- [Material Designs Guidlines](https://m2.material.io/design/guidelines-overview)
- [Material Designs Guidlines](https://m2.material.io/design/guidelines-overview)

Loading…
Cancel
Save