Open Gocir opened 4 years ago
How do you do if you don't want to use the leading icon?
appBarTheme: AppBarTheme( iconTheme: IconThemeData( color: Colors.red, ), ) in ThemeData not overrides
appBarTheme: AppBarTheme( iconTheme: IconThemeData( color: Colors.red, ), )
ThemeData
How do you do if you don't want to use the leading icon?