soupjake / drawapp

Sample Flutter Drawing App which allows the user to draw onto the canvas along with color picker and brush thickness slider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transparency background

yavuztarhan opened this issue · comments

background is white now, i want to use with stack over the another page, how can i use background full transparent

i did it, homepage,drawpage scaffolds and container's
backgroundColor: Colors.transparent,