Search⌘ K
AI Features

Dark Theme

Explore how to implement a dark theme in Flutter by defining ThemeData with dark brightness, customizing app bar colors, and theming icons. This lesson teaches you to create a cohesive low-light UI for your Android profile page app.

Dark theme

In this lesson, we’ll create a dark theme for the Profile Page created in the previous chapter.

A dark theme is a low-light UI that displays mostly dark surfaces.

The MyAppThemes class provides theme definitions for our app.

Go ahead and add the static method appThemeDark() in the ...