The Text Button is a customizable two-state button which displays text and an optional indicator . Drag and drop the control or indicator you wish to associate from a control panel or the Design Pane onto the Text Button.
Read moreHow do you change the color of a text button?
Here’s are the steps:
Read moreHow do you color text a button in Flutter?
To change the Text Button color in Flutter, simply add the style parameter inside the Text Button and assign the TextButton. styleFrom() with the primary property set to any color of your choice .
Read more