“flutter flat button size reduce” Code Answer
Read moreHow do you change the TextButton color 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 moreWhat can we use instead of FlatButton in flutter?
FlatButton, RaisedButton, and OutlineButton have been replaced by TextButton, ElevatedButton, and OutlinedButton respectively.
Read more