Upadte systemNavigationBarIconBrightness docs (#62729)

This commit is contained in:
Juyeong Lee 2020-08-05 04:36:04 +09:00 committed by GitHub
parent 2459f5c513
commit 8497496838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.