We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.6
No response
SizedBox( height: 40, child: TDTabBar( labelColor: appColor.getAppMainColor(), indicatorColor: appColor.getAppMainColor(), outlineType: TDTabBarOutlineType.card, tabs: const [ TDTab( text: "文本", ), TDTab( text: "样式", ), TDTab( text: "对齐", ), ], controller: _tabController, showIndicator: true, backgroundColor: Colors.white, isScrollable: false, ), )
不显示颜色
切换选项卡时底部两侧会一瞬间出现蓝色又消失的bug,类似切片的问题
3.19.6
vivo xFold3 Pro
Android14
The text was updated successfully, but these errors were encountered:
👋 @211277729,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
将这个 indicatorColor属性设置 indicatorColor:Colors.transparent,
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。
No branches or pull requests
tdesign-flutter 版本
0.1.6
重现链接
No response
重现步骤
SizedBox(
height: 40,
child: TDTabBar(
labelColor: appColor.getAppMainColor(),
indicatorColor: appColor.getAppMainColor(),
outlineType: TDTabBarOutlineType.card,
tabs: const [
TDTab(
text: "文本",
),
TDTab(
text: "样式",
),
TDTab(
text: "对齐",
),
],
controller: _tabController,
showIndicator: true,
backgroundColor: Colors.white,
isScrollable: false,
),
)
期望结果
不显示颜色
实际结果
切换选项卡时底部两侧会一瞬间出现蓝色又消失的bug,类似切片的问题
Flutter版本
3.19.6
设备与机型信息
vivo xFold3 Pro
系统版本
Android14
补充说明
No response
The text was updated successfully, but these errors were encountered: