hamburger-tech-nits

主にプログラミングのNITSな話

FlutterのTabのラベルの色はLabelStyleで設定できない

api.flutter.dev

This does not influence color of the tab labels even if TextStyle.color is non-null. Refer labelColor to color selected tab labels instead.

LabelStyleにcolorを設定しても無視される。代わりにLabelColorに色を設定する。

何か理由があって分けているのだろうか?