theme property

String theme
final

The default theme of the inspector. We must use string here because the client does not depend on Flutter. Allowed values: 'light', 'dark', 'system'.

Implementation

final String theme;