isDark property

QudsValue<bool> isDark
getter/setter pair

The darkness of the app

Implementation

QudsValue<bool> isDark = QudsValue(name: 'is-dark', value: false);