Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicator color and style #20

Open
pradyotMobifyi opened this issue Jan 14, 2021 · 0 comments
Open

Indicator color and style #20

pradyotMobifyi opened this issue Jan 14, 2021 · 0 comments

Comments

@pradyotMobifyi
Copy link

pradyotMobifyi commented Jan 14, 2021

Hello, thanks for the wonderful widget.

But whenever I try to add selectedTabBackgroundColor different that the default one the tab indicator gets behind the tab.

`
VerticalTabs(

tabsWidth: Dimens.fourtyPercentWidth,
indicatorColor: ColorsValue.primaryColor,
indicatorWidth: Dimens.five,
tabBackgroundColor: ColorsValue.lightGreyColor2,
tabTextStyle: Get.textTheme.bodyText1,
selectedTabTextStyle: Get.textTheme.headline6,
disabledChangePageFromContentView: true,
contentScrollAxis: Axis.vertical,
tabsElevation: Dimens.five,
tabs: [
    _getTabs(),
],
contents: [
        _getContents(),
],

)`

Add is there a way to give height to the tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant