[Tabs选项卡] 在outlineType线条样式类型设置为TDTabBarOutlineType.card时,切换选项卡时底部两侧会一瞬间出现蓝色又消失的bug
Closed this issue · 5 comments
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
👋 @211277729,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
将这个 indicatorColor属性设置 indicatorColor:Colors.transparent,
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。
回复解决后未有新反馈,先关闭