Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

dropdown flutter transparent

You can accomplish this by wrapping the DropdownButton in a Theme widget and 
overriding the canvasColor.

new Theme(
 data: Theme.of(context).copyWith(
 	canvasColor: Colors.blue.shade200,
 ),
 
PREVIOUS NEXT
Tagged: #dropdown #flutter #transparent
ADD COMMENT
Topic
Name
1+3 =