SdkAppearance constructor

const SdkAppearance({
  1. SdkTheme theme = SdkTheme.system,
  2. SdkFeatures features = const SdkFeatures(),
  3. ChangelogOverlayConfig changelogOverlay = const ChangelogOverlayConfig(),
})

Creates an SdkAppearance configuration object.

Implementation

const SdkAppearance({
  this.theme = SdkTheme.system,
  this.features = const SdkFeatures(),
  this.changelogOverlay = const ChangelogOverlayConfig(),
});