Flutter – I'm getting a bottom underline in the TabBar. How to remove it?
I'm getting a bottom underline in the TabBar. I tried to remove it. but its not removing. (https://i.sstatic.net/CbDf57Nr.png) Widget build(BuildContext context) { TabController tabController = TabController(length: 2, vsync: this); return Scaffold( backgroundColor: Palette.white, body: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ Container(…