1
bottomNavigationBar: new Material(

    color: Colors.green,
    child: new TabBar(

        controller: controller,
        tabs: <Widget>[




          new Tab(icon: new Icon(Icons.filter_center_focus),),
          new Tab(icon: new Icon(Icons.search),),

        ],


        ),
  ),

I would like to add a specific function for each icon tapped. Something like (onPressed() {} ,or onTap(){}

Zoe
  • 27,060
  • 21
  • 118
  • 148
heyr
  • 5,514
  • 11
  • 34
  • 55

0 Answers0