widgets/widgets library

Classes

StacAlertDialog
A Stac model representing Flutter's AlertDialog widget.
StacAppBar
A Stac model representing Flutter's AppBar widget.
StacAspectRatio
A Stac model representing Flutter's AspectRatio widget.
StacAutoComplete
A Stac model representing Flutter's Autocomplete widget.
StacBackdropFilter
A Stac model representing Flutter's BackdropFilter widget.
StacBottomNavigationBar
A Stac model representing Flutter's BottomNavigationBar.
StacBottomNavigationView
A Stac model representing a custom Bottom Navigation view container.
StacCard
A Stac model representing Flutter's Card widget.
StacCarouselView
A Stac model representing Flutter's CarouselView widget.
StacCenter
A Stac model representing Flutter's Center widget.
StacCheckBox
A Stac model representing Flutter's Checkbox widget.
StacChip
A Stac model representing Flutter's Chip widget.
StacCircleAvatar
A Stac model representing Flutter's CircleAvatar widget.
StacCircularProgressIndicator
A Stac model representing Flutter's CircularProgressIndicator widget.
StacClipOval
A Stac model representing Flutter's ClipOval widget.
StacClipRRect
A Stac model representing Flutter's ClipRRect widget.
StacColoredBox
A Stac model representing Flutter's ColoredBox widget.
StacColumn
A Stac model representing Flutter's Column widget.
StacConditional
A Stac model representing a conditional widget.
StacContainer
A Stac model representing Flutter's Container widget.
StacCupertinoIcons
StacCustomScrollView
A Stac model representing Flutter's CustomScrollView.
StacDefaultTabController
A Stac model representing Flutter's DefaultTabController widget.
StacDivider
A Stac model representing Flutter's Divider widget.
StacDrawer
A Stac model representing Flutter's Drawer widget.
StacDropdownMenu
A Stac model representing Flutter's DropdownMenu widget.
StacDynamicView
A Stac model for dynamically fetching data and rendering it using a template.
StacElevatedButton
A Stac model representing Flutter's ElevatedButton widget.
StacExpanded
A Stac model representing Flutter's Expanded widget.
StacFilledButton
A Stac model representing Flutter's FilledButton widget.
StacFittedBox
A Stac widget that scales and positions its child within itself.
StacFlexible
A Stac model representing Flutter's Flexible widget.
StacFloatingActionButton
A Stac model representing Flutter's FloatingActionButton widget.
StacForm
A Stac model representing a form scope used to coordinate input fields and actions.
StacFractionallySizedBox
A Stac widget that sizes its child to a fraction of the available space.
StacGridView
A Stac model representing Flutter's GridView widget.
StacHero
A Stac model representing Flutter's Hero widget.
StacIcon
A Stac model representing Flutter's Icon widget.
StacIconButton
A Stac model representing Flutter's IconButton widget.
StacIcons
String constants for icon names usable in Stac JSON. Generated from icon_utils.dart to avoid hardcoded strings.
StacImage
A Stac widget that displays an image.
StacInkWell
A Stac model representing Flutter's InkWell widget.
StacLimitedBox
A Stac model representing Flutter's LimitedBox widget.
StacNetworkWidget
A Stac model representing a network-driven widget.
StacOpacity
A Stac model representing Flutter's Opacity widget.
StacOutlinedButton
A Stac model representing Flutter's OutlinedButton widget.
StacPadding
A Stac widget that adds padding around its child.
StacPageView
A Stac model representing Flutter's PageView widget.
StacPlaceholder
A Stac model representing Flutter's Placeholder widget.
StacPositioned
A Stac widget that controls where a child of a Stack is positioned.
StacRadio
A Stac model representing Flutter's Radio and CupertinoRadio widgets.
StacRadioGroup
A Stac model representing a radio group scope similar to Flutter's form scope.
StacRefreshIndicator
A Stac model representing Flutter's RefreshIndicator widget.
StacRow
A Stac widget that displays its children in a horizontal array.
StacSafeArea
A Stac model representing Flutter's SafeArea widget.
StacScaffold
A Stac widget that implements the basic material design visual layout structure.
StacSingleChildScrollView
A Stac model for a box in which a single widget can be scrolled.
StacSizedBox
A Stac model representing Flutter's SizedBox widget.
StacSlider
A Stac model representing Flutter's Slider widget.
StacSliverAppBar
A Stac model representing Flutter's SliverAppBar widget.
StacSpacer
A Stac model representing Flutter's Spacer widget.
StacStack
A Stac model representing Flutter's Stack widget.
StacSwitch
A Stac model representing Flutter's Switch and CupertinoSwitch widgets.
StacTab
A Stac model representing Flutter's Tab widget.
StacTabBar
A Stac model representing Flutter's TabBar widget.
StacTabBarView
A Stac model representing Flutter's TabBarView widget.
StacTable
A Stac model representing Flutter's Table widget.
StacTableCell
A Stac model representing Flutter's TableCell widget.
StacTableRow
A single row in a Table.
StacText
A Stac model representing Flutter's Text widget (and Text.rich).
StacTextButton
A Stac model representing Flutter's TextButton widget.
StacTextField
A Stac model representing Flutter's TextField widget.
StacTextFormField
A Stac model representing Flutter's TextFormField widget.
StacVerticalDivider
A Stac model representing Flutter's VerticalDivider widget.
StacVisibility
A Stac model representing Flutter's Visibility widget.
StacWrap
A Stac model representing Flutter's Wrap widget.

Enums

StacTableCellVerticalAlignment
Vertical alignment options for table cells.