2023-08-21 05:49

[Flutter] Tabbar TextStyle Custom

TabBar 텍스트 커스텀
TabBar(
indicatorColor: Colors.white,
labelStyle: TextStyle(fontSize: 22.0,fontFamily: 'Family Name'), //For...
Flutter
tabbar
textstyle
000

댓글