Unverified Commit 84974968 authored by Juyeong Lee's avatar Juyeong Lee Committed by GitHub

Upadte systemNavigationBarIconBrightness docs (#62729)

parent 2459f5c5
......@@ -109,6 +109,8 @@ class SystemUiOverlayStyle {
/// The brightness of the system navigation bar icons.
///
/// Only honored in Android versions O and greater.
/// When set to [Brightness.light], the system navigation bar icons are light.
/// When set to [Brightness.dark], the system navigation bar icons are dark.
final Brightness? systemNavigationBarIconBrightness;
/// The color of top status bar.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment