widgets library
Classes
- ActionIcon
- ActionIconSize
- ActionIconStyle
- ActionIconTheme
- ActionIconThemeData
- Alert
- Attract user attention with important static message
- Avatar
- Badge
- Display badge, pill or tag
- BadgeSize
- BadgeTheme
- BadgeThemeData
- Blockquote
- Blockquote with optional cite
- Box
- BoxStateColor
- BoxStyle
- BoxTheme
- BoxThemeData
- Breadcrumb
- BreadcrumbItem
- BuildedTheme
- Button
- ButtonSize
- ButtonStyle
- ButtonTheme
- ButtonThemeData
- Checkbox
- CheckboxIcon
- CloseButton
- Divider
- DividerTheme
- DividerThemeData
- ExtendedColors
- ExtendedIcons
- ExtendedSize
- ExtendedTheme
- ExtendedThemeBuilder
- ExtendedThemeData
- IconLibrary
- InfluxCard
- Kbd
- Display keyboard button or keys combination
- KbdTheme
- KbdThemeData
- Loader
- LoaderTheme
- LoaderThemeData
- Menu
- MenuItem
- Notification
- NotificationTheme
- NotificationThemeData
- PageScaffold
- PreferenceListSection
- An iOS-style list section.
- PreferenceListTile
- An iOS-style list tile.
- PreferenceListTileChevron
-
A typical iOS trailing widget used to denote that a
PreferenceListTileis a button with an action. - Skeleton
- Switch
- TextTheme
- An inherited widget that overrides the default color style, and size parameters for Badges in this widget's subtree.
- TextThemeData
- Cupertino typography theme in a ThemeData.
Enums
- ActionIconVariant
- AlertVariant
- BadgeVariant
- Controls badge appearance
- BoxState
- BoxVariant
- ButtonVariant
- CheckboxLabelPosition
- DividerLabelPosition
- DividerVariant
- Controls divider appearance
- LoaderVariant
- PreferenceListSectionType
- Denotes what type of the list section a PreferenceListSection is.
- Shape
Extensions
- ActionIconThemeDataBuildContextProps on BuildContext
- BadgeThemeDataBuildContextProps on BuildContext
- BoxThemeDataBuildContextProps on BuildContext
- ButtonThemeDataBuildContextProps on BuildContext
- DividerThemeDataBuildContextProps on BuildContext
- ExtendedThemeDataBuildContextProps on BuildContext
- KbdThemeDataBuildContextProps on BuildContext
- LoaderThemeDataBuildContextProps on BuildContext
- NotificationThemeDataBuildContextProps on BuildContext
Typedefs
- BoxWidgetBuilder = Widget Function(BuildContext context, Color foregroundColor)
- IconWidgetBuilder = Widget Function(BuildContext context, IconData icon)
- MenuItemIconBuilder = Widget Function(BuildContext context, bool selected)