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. 2
      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

Loading…
Cancel
Save