Skip to content

Coding with Rashid

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Coding with Rashid

raised button flutter

Flutter Tutorials

How to Add a Flat Button in Flutter

ByMohammed Rashid August 19, 2019

Update: The FlatButton is deprecated. You should use the OutlinedButton instead. A Flat Button in Flutter is different from Raised Button. FlatButton widget is basically a text on the material widget which reacts to the touches. Unlike RaisedButton, Flat Button doesn’t have elevation property. Hence, if you want a button which is not much fancy…

Read More How to Add a Flat Button in FlutterContinue

Flutter Tutorials

How to Place a Button at the Top of the Screen in Flutter

ByMohammed Rashid August 18, 2019

Alignment is an important aspect while designing your mobile app user interface. Sometimes, you may want to align your widget at the top of the screen in Flutter. In this blog post, I am going to show you how to add a button and place it at the top of the screen in Flutter. I…

Read More How to Place a Button at the Top of the Screen in FlutterContinue

© 2025 codingwithrashid.com

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Search