description property

String get description

Short default description for design pickers and catalogs.

Implementation

String get description => switch (this) {
  SafaehOnboardingDesign.meadow =>
    'A soft sky, translucent cards, and gentle staggered motion.',
  SafaehOnboardingDesign.orbit =>
    'An energetic split layout with orbital progress and spring motion.',
  SafaehOnboardingDesign.paper =>
    'An editorial chapter flow with warm paper surfaces.',
  SafaehOnboardingDesign.atelier =>
    'A bold bento layout with expressive blocks and morphing actions.',
  SafaehOnboardingDesign.zen =>
    'A quiet centered flow with generous space and subtle transitions.',
  SafaehOnboardingDesign.prism =>
    'Layered glass panels, luminous gradients, and radial reveals.',
};