You can use one of these styles:
Read moreWhy there is three types of button in material design?
There are text, contained, and toggle buttons. Text buttons are typically used for less important actions. Outlined buttons are used for more emphasis than text buttons due to the stroke . Contained buttons have more emphasis, as they use a color fill and shadow.
Read moreWhat is material button in Android Studio?
Extended floating action buttons are used for a special type of promoted action . A convenience class for creating a new Material button. This class supplies updated Material styles for the button in the constructor. The widget will display the correct default Material styles without the use of the style flag.19 Oca 2022
Read moreWhat is a text button in flutter?
A text button is a label child displayed on a (zero elevation) Material widget . The label’s Text and Icon widgets are displayed in the style’s ButtonStyle. foregroundColor. The button reacts to touches by filling with the style’s ButtonStyle.
Read moreWhat is material button in flutter?
What are the new Material buttons in Flutter? Rather than evolve the existing button classes, the Flutter created all-new button widgets and themes to replace them. The names of the new Flutter buttons are meant to sync Flutter with the Material Design spec .
Read more