followSystemDarkMode property
set
followSystemDarkMode
(bool value)
Whether the UI will appear in a dark color when the system is in dark mode.
If false, it will use the viewer setting instead. Defaults to true. Android only.
Implementation
set followSystemDarkMode(bool value) => _followSystemDarkMode = value;