vertical_tabs icon indicating copy to clipboard operation
vertical_tabs copied to clipboard

Indicator color and style

Open pradyotMobifyi opened this issue 4 years ago • 0 comments

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.

pradyotMobifyi avatar Jan 14 '21 10:01 pradyotMobifyi