How to Add Bottom Border of to Tabs in Flutter

Nur Özkaya
Mar 4, 2021

You can try to set AppBar Border like this :

appBar: AppBar(
shape: Border(bottom: BorderSide(color: Colors.red)),
....

Thank you for reading. Follow for more.

--

--