DEV Community

Cover image for How To Make Round button with text and icon in flutter? - fluttercorner.com
FlutterCorner
FlutterCorner

Posted on

How To Make Round button with text and icon in flutter? - fluttercorner.com

Hello Guys How Are You all? Hope you all are fine. Today I am Coming With New Tutorial For Futter Where You will Learn How To Make a Round button with text and icon in flutter ?. Here I have all possible methods to make a Round button with text and icon in a flutter. So Without wasting your time, Let’s start this article.

Alt Text

Method 1: Using FlatButton

Here We are using a FlatButton that contains a Column (for showing a text below the icon) or a Row (for text next to the icon), and then having an Icon Widget and a Text widget as children.

Here’s an example:

Here is all 5 Methods with source code and image at How To Make Round button with text and icon in flutter?

Top comments (0)