Skip to content

Instantly share code, notes, and snippets.

@aliafshar
Created January 9, 2022 14:52
Show Gist options
  • Save aliafshar/b7c8f59e92fceb680324cd5aea573b06 to your computer and use it in GitHub Desktop.
Save aliafshar/b7c8f59e92fceb680324cd5aea573b06 to your computer and use it in GitHub Desktop.
ThemeData(
appBarTheme: AppBarTheme(
backgroundColor: Colors.white,
centerTitle: true,
titleTextStyle: TextStyle(
fontSize: 18,
color: Colors.black,
),
),
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment