We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a61611 commit c84c27eCopy full SHA for c84c27e
example/lib/page/sample/user_profile.dart
@@ -21,6 +21,7 @@ class _UserProfilePageState extends State<UserProfilePage> {
21
),
22
iconTheme: IconThemeData(color: Colors.white),
23
elevation: 0.0,
24
+ brightness: Brightness.dark,
25
26
body: Stack(
27
children: <Widget>[
0 commit comments