Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

How to change the Flutter TextButton height?

SizedBox(
  height: 30,
  width: 150,
  child: TextButton(...),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #change #Flutter #TextButton
ADD COMMENT
Topic
Name
1+9 =