theme property
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;
The default theme of the inspector. We must use string here because the client does not depend on Flutter. Allowed values: 'light', 'dark', 'system'.
final String theme;