widgets/widgets library

Classes

Align
A widget that positions its child within the available space using a AlignmentEnum anchor point.
Border
Draws a box-drawing border around its child.
BorderSide
BoxConstraints
Constraints for layout, similar to Flutter's BoxConstraints.
Button
A focusable button that responds to Enter or Space. Shows visual focus feedback via focusedStyle.
Column
A widget that arranges its children in a vertical column.
Container
A widget that combines background style, padding, and a child.
EdgeInsets
Defines insets (padding) for each side of a rectangle.
Expanded
A widget that expands to fill the available space in a Row or Column.
Padding
A widget that insets its child by a given padding.
RenderAlign
Render object that positions its child using alignment.
RenderBorder
RenderColumn
RenderContainer
RenderExpanded
RenderPadding
Render object that applies padding insets to its child.
RenderRow
RenderScroll
RenderSizedBox
RenderText
Renders a string of text to the buffer.
Row
A widget that arranges its children in a horizontal row.
ScrollableColumn
A convenience widget combining scroll and column.
ScrollView
A scrollable container for content larger than the viewport.
SizedBox
A widget with a fixed sWidth and/or sHeight.
TextField
An editable text input field with cursor and keyboard support. Supports character input, backspace, delete, arrow keys, home/end.
TextWidget
A widget that displays a string of styled text.

Enums

Alignment
Anchor points for positioning a child within its parent.
AxisDirection
Direction for scrollable layouts.