Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter appbar is still grey

change elevation to 0
AppBar(
	title: Text('HELLO WOLRD'),
    elevation: 0,
    color: Colors.transparent
)
 
PREVIOUS NEXT
Tagged: #flutter #appbar #grey
ADD COMMENT
Topic
Name
7+2 =