How to change color of a selected Tab of a TabBar [Flutter]?

Viewed 73

I try to implement this tab widget on Flutter.

this

I'm still struggled to figure out how to change the color of a Tab like that. I only know how to change the selected/unselected label color (not with the particular tab background).

enter image description here

Is there any way to do this? Thank you.

0 Answers
Related