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 stands with Ukraine
  • 25,310
  • 18
  • 114
  • 149
heyr
  • 4,844
  • 10
  • 30
  • 53

0 Answers0