How to changed the "underline--bar" default style "tall" to "solid"? #3716
Answered
by
TomJGooding
Yurii-huang
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Nov 23, 2023
Replies: 1 comment 3 replies
-
I don't think it's possible to change the thickness/style of the underline bar, only the color. The actual glyphs used to create the bar are baked into the 'Bar' renderable used by the Tabs widget by the looks of it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing straightforward I'm afraid. You'd need to create a custom
Bar
renderable, then a customUnderline
widget which renders your bar, then a customTabs
widget composed with your custom underline.That's all assuming you aren't using
TabbedContent
, which would require extra work.