Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to control the size of a drawer header flutter

// you simply wrap it with a sized box or a container and give it the height you want
SizedBox(
          height: 80,
          child: DrawerHeader(
 
PREVIOUS NEXT
Tagged: #control #size #drawer #header #flutter
ADD COMMENT
Topic
Name
9+4 =