Ändern Sie das Farbsymbol Tabbar Flattern

appBar: AppBar(
        brightness: Brightness.dark,
        iconTheme: IconThemeData(color: Colors.white),
        title: Text("Title TabBar"),
)
cesarxxe