Improve active tab background color

This commit is contained in:
Vishnu Mohandas 2021-06-29 10:18:08 +05:30
parent 86755aab80
commit 2970bae147

View file

@ -363,8 +363,7 @@ class _HomeWidgetState extends State<HomeWidget> {
padding: EdgeInsets.symmetric(horizontal: 20, vertical: 12), padding: EdgeInsets.symmetric(horizontal: 20, vertical: 12),
duration: Duration(milliseconds: 400), duration: Duration(milliseconds: 400),
tabMargin: EdgeInsets.only(left: 8, right: 8), tabMargin: EdgeInsets.only(left: 8, right: 8),
tabBackgroundColor: tabBackgroundColor: Color.fromRGBO(15, 25, 25, 0.7),
Theme.of(context).appBarTheme.color.withOpacity(0.7),
haptic: false, haptic: false,
tabs: [ tabs: [
GButton( GButton(