SdkAppearance constructor
- SdkTheme theme = SdkTheme.system,
- SdkFeatures features = const SdkFeatures(),
- ChangelogOverlayConfig changelogOverlay = const ChangelogOverlayConfig(),
Creates an SdkAppearance configuration object.
Implementation
const SdkAppearance({
this.theme = SdkTheme.system,
this.features = const SdkFeatures(),
this.changelogOverlay = const ChangelogOverlayConfig(),
});