text
stringlengths
1
372
provides an iOS-style page transition animation.
CupertinoPicker
an iOS-style picker control. used to select an item in a short list.
CupertinoPopupSurface
rounded rectangle surface that looks like an iOS popup surface, such as an alert dialog or action sheet.
CupertinoScrollbar
an iOS-style scrollbar that indicates which portion of a scrollable widget is currently visible.
CupertinoSearchTextField
an iOS-style search field.
CupertinoSegmentedControl
an iOS-style segmented control. used to select mutually exclusive options in a horizontal list.
CupertinoSlider
used to select from a range of values.
CupertinoSlidingSegmentedControl
an iOS-13-style segmented control. used to select mutually exclusive options in a horizontal list.
CupertinoSliverNavigationBar
an iOS-styled navigation bar with iOS-11-style large titles using slivers.
CupertinoSwitch
an iOS-style switch. used to toggle the on/off state of a single setting.
CupertinoTabBar
an iOS-style bottom tab bar. typically used with CupertinoTabScaffold.
CupertinoTabScaffold
tabbed iOS app structure. positions a tab bar on top of tabs of content.
CupertinoTabView
root content of a tab that supports parallel navigation between tabs. typically used with CupertinoTabScaffold.
CupertinoTextField
an iOS-style text field.
CupertinoTimerPicker
an iOS-style countdown timer picker.
CustomMultiChildLayout
a widget that uses a delegate to size and position multiple children.
CustomPaint
a widget that provides a canvas on which to draw during the paint phase.
CustomScrollView
a ScrollView that creates custom scroll effects using slivers.
CustomSingleChildLayout
a widget that defers the layout of its single child to a delegate.
DataTable
data tables display sets of raw data. they usually appear in desktop enterprise products. the DataTable widget implements this component.
DatePicker
calendar interface used to select a date or a range of dates.
DecoratedBox
a widget that paints a decoration either before or after its child paints.
DecoratedBoxTransition
animated version of a DecoratedBox that animates the different properties of its decoration.
DefaultTextStyle
the text style to apply to descendant text widgets without explicit style.
dismissible
a widget that can be dismissed by dragging in the indicated direction. dragging or flinging this widget in the DismissDirection causes the child to slide...
divider
thin line that groups content in lists and containers.
DragTarget
a widget that receives data when a draggable widget is dropped. when a draggable is dragged on top of a drag target, the drag target...
draggable
a widget that can be dragged from to a DragTarget. when a draggable widget recognizes the start of a drag gesture, it displays a feedback...
DraggableScrollableSheet
a container for a scrollable that responds to drag gestures by resizing the scrollable until a limit is reached, and then scrolling.
drawer
a material design panel that slides in horizontally from the edge of a scaffold to show navigation links in an application.
DropdownButton
shows the currently selected item and an arrow that opens a menu for selecting another item.
ElevatedButton
a material design elevated button. a filled button whose material elevates when pressed.
ExcludeSemantics
a widget that drops all the semantics of its descendants. this can be used to hide subwidgets that would otherwise be reported but that would...
expanded
a widget that expands a child of a row, column, or flex.
ExpansionPanel
expansion panels contain creation flows and allow lightweight editing of an element. the ExpansionPanel widget implements this component.
extended FloatingActionButton
clickable block that triggers an action. these wider blocks can fit a text label and provide a larger target area.
FadeTransition
animates the opacity of a widget.
FittedBox
scales and positions its child within itself according to fit.
FloatingActionButton
clickable block containing an icon that keeps a key action always in reach.
flow
a widget that implements the flow layout algorithm.
FlutterLogo
the flutter logo, in widget form. this widget respects the IconTheme.
form
an optional container for grouping together multiple form field widgets (e.g. TextField widgets).
FormField
a single form field. this widget maintains the current state of the form field, so that updates and validation errors are visually reflected in the...
FractionalTranslation
a widget that applies a translation expressed as a fraction of the box's size before painting its child.
FractionallySizedBox
a widget that sizes its child to a fraction of the total available space. for more details about the layout algorithm, see RenderFractionallySizedOverflowBox.
FutureBuilder
widget that builds itself based on the latest snapshot of interaction with a future.
GestureDetector
a widget that detects gestures. attempts to recognize gestures that correspond to its non-null callbacks. if this widget has a child, it defers to that...
GridView
a grid list consists of a repeated pattern of cells arrayed in a vertical and horizontal layout. the GridView widget implements this component.
hero
a widget that marks its child as being a candidate for hero animations.
icon
a material design icon.
IconButton