“how to define height width for elevatedbutton in flutter” Code Answer’s
Read moreHow do you increase outlined button size in flutter?
We can control the size of an outlined button by using the fixedSize option of the styleFrom static method .
Read more