Icon Farbflattern ändern
Icon(
Icons.widgets,
color: Colors.blue.shade400,
)
alberduris
Icon(
Icons.widgets,
color: Colors.blue.shade400,
)
Icon(
Icons.home,
color: Colors.blue,
size: 40.0,
textDirection: TextDirection.ltr,
semanticLabel: 'Icon', // Announced in accessibility modes (e.g TalkBack/VoiceOver). This label does not show in the UI.
),
appBar: AppBar(
brightness: Brightness.dark,
iconTheme: IconThemeData(color: Colors.white),
title: Text("Title TabBar"),
)