How do you padding an elevated Button in Flutter?

In Flutter, you can provide padding property to Button widget. To provide padding to Button, assign the padding property with EdgeInsets object . The following code snippet applies padding of 30 to all the four sides of the button. padding: EdgeInsets.

Sizin İçin Seçtik  How do you reduce the size of a FlatButton in flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *