s_design
library
Classes
AnimatedSTheme
Animated version of STheme which automatically transitions the colors,
etc, over a given duration whenever the given theme changes.
DesignConstants
Core design constants for the sDesign package.
FloatingActionButtonConfig
LoadingConfig
RefreshConfig
SAlert
A static-inline alert component.
SAlertThemeData
Theme extension for SAlert .
SAnimatedBottomBarItem
A tab to display in an SAnimatedBottomBar (e.g., SCapsuleBottomBar, SDotBottomBar)
SApp
An application that uses SDesign components.
SAppState
A highly customizable component for displaying application states
(e.g., empty, error, server down) with dynamic illustrations and entrance animations.
SAppStateThemeData
Theme data for SAppState .
SAvatar
A component for representing users or objects, supporting images, icons, or text.
Matches the Avatar specifications.
SAvatarGroup
A group of avatars, often overlapping, with support to cap the number
of displayed avatars and show the remainder in a +N indicator.
SAvatarGroupPopoverProps
Properties for configuring the overflow popover (tooltip) in SAvatarGroup .
SAvatarThemeData
SBadgePosition
Defines the position of a badge relative to the leading widget.
SButton
Presentation layer button widget following clean architecture.
SButtonConfig
Domain entity representing button configuration.
SButtonEdgeInsets
Pure data model for edge insets
SButtonSelectable
A production-grade selectable / toggle button.
SButtonSelectableConfig
Configuration for the selectable / toggle state of SButton.selectable .
SButtonSelectGroup
A group of SButtonSelectable buttons that coordinate their selection state.
SButtonSelectGroupItem
Describes a single item inside an SButtonSelectGroup .
SButtonThemeData
Theme data for SButton .
SCapsuleBottomBar
A bottom bar matching the Salomon capsule design pattern.
SCard
A customizable card widget with support for content sections, styling, animations, dismissible behavior, and accessibility features.
SCardGrid
SCardMeta
SCardThemeData
Theme data for SCard .
SCheckbox
The SCheckbox widget allows for two or three states: unchecked, checked, and optionally indeterminate.
It supports customization of colors, sizes, and integrates with theming for consistent styling.
SCheckboxFormField
A FormField that contains an SCheckboxListTile .
SCheckboxListTile
A list tile with an SCheckbox .
SCheckboxThemeData
Theme data for SCheckbox .
SColorConfig
Pure data model for color configuration
SColors
Aggregator: provides quick access to light/dark color sets
SColorsBase
Base interface for all color definitions
SColorValue
A pure-Dart ARGB color value for use in the domain layer.
SDarkColors
Dark Theme Colors
SDarkTypography
Dark Theme Typography
SDatePicker
SDatePickerPreset <T >
SDatePickerStyle
SDateRangePicker
SDialog
A highly customizable, production-ready dialog widget.
SDialogConfig
Configuration for SDialog .
SDialogThemeData
Theme data for SDialog .
SDimensions
SDotBottomBar
A bottom bar where the active item shifts up and reveals a colored dot below.
SDropdown
SDropdownButton
Renders a primary action button alongside an arrow button that opens
the dropdown overlay.
SFlashyBottomBar
A bottom bar featuring a flashy bubble background effect on the active item.
SFloatingPanel
SFloatingPanelConfig
Single configuration object for SFloatingPanel.show .
SFloatingPanelThemeData
Theme data for SFloatingPanel .
SInputField
SInputFieldThemeData
Theme data for SInputField .
SInputGroup
SInputGroupScope
SInputOTP
A stand-alone OTP input widget.
SLightColors
Light Theme Colors
SLightTypography
Light Theme Typography
SListTile
An SListTile widget built on Flutter's ListTile with advanced styling and features.
SListTileGroup
A container that groups SListTile s together with a common background and rounded corners.
SListTileThemeData
Theme data for SListTile .
SliverSTabs
SLoadingIndicator
Displays a centered, compact container with a loading spinner and an optional message.
Suitable for overlaying on existing content without covering the entire screen.
SLoadingIndicatorThemeData
Theme data for SLoadingIndicator .
SLocalizations
Defines the localized strings for the sDesign component library.
SLocalizationsDelegate
A delegate factory for SLocalizations .
Spacers
Pagination component for Flutter.
Theme extension for SPagination .
SProgress
SQRCode
SRadius
SRate
SRateStyle
SScaffold
SScaffoldConfig
Configuration for SScaffold.
SScrollBehavior
Describes how Scrollable widgets behave for SApp s.
By default we will use CupertinoScrollbar for iOS and macOS platforms
for Windows and Linux m.Scrollbar
for Android and Fuchsia we will return the child
SSelect <T >
An advanced select widget.
Supports single, multiple, tags modes with search, custom renders, and more.
SSelectFormField <T >
A FormField that wraps SSelect .
SSelectItem <T >
Represents an item or a group of items in the SSelect widget.
SSelectThemeData
Theme data for SSelect .
SShiftBottomBar
A bottom bar where the background transitions colors and inactive items shrink.
SSlider
SSonner
A toast notification system inspired by the Sonner library.
SSonnerConfig
Configuration for an individual SSonner toast.
SSonnerThemeData
Theme data for SSonner .
SStepItem
A single step item in SSteps .
SSteps
SStepsStyleHelper
Style helper for formatting SSteps based on status and size.
A menu item that opens a nested SMenu overlay on hover/click.
SSwitch
An elegant, heavily customizable switch component for toggling binary states.
SSwitchThemeData
Theme data for SSwitch .
STabItem
STabNavBar
STabs
STabsThemeData
Theme data for STabs .
STabView
STheme
Applies an SDesign theme to descendant widgets.
SThemeData
Defines the configuration for an SDesign theme.
SThemeDataTween
An interpolation between two SThemeData s.
STimePicker
STimePickerThemeData
Global design tokens for STimePicker , registered as a ThemeExtension .
STimeRangePicker
Two STimePicker fields side-by-side for selecting a time range.
SToast
Deprecated : Use SAlert for inline alerts or SSonner for toast notifications.
SToastOptions
Represents the properties of a toast message.
SToastThemeData
Theme data for SToast .
STooltip
Features premium aesthetics, 12 placement directions, auto-flipping
logic when hitting screen boundaries, and smooth animations.
STooltipThemeData
Theme data for STooltip .
STrigger
STriggerContainerSize
STriggerScope
STypographyBase
ValidateButtonConfig
Use case for validating button configuration.
ValidationResult
Result of validation operation