I am currently doing something like this
new Tab(icon: new Icon(Icons.arrow_forward), text: "Browse"),
However I would like to use an image as an icon . I get images using
new Image.asset("assets/img/logo.png"),
My question is how can i use that image as an icon in my tab shown above ?