ui_playground library
Classes
- UiPlaygroundApp
- UiPlaygroundBooleanInput
- UiPlaygroundBorderRadiusGeometryInput
- UiPlaygroundBorderRadiusInput
- UiPlaygroundCallbackInput
- Input for callback/function parameters.
- UiPlaygroundColorInput
- UiPlaygroundComponent
- Annotation to mark a widget for UI Playground code generation.
- UiPlaygroundComponentConfig
- Configuration for an external widget to include in the playground.
- UiPlaygroundComponents
- Annotation to mark a class as the aggregation point for playground components.
- UiPlaygroundDateTimeInput
- UiPlaygroundDoubleInput
- UiPlaygroundDurationInput
- UiPlaygroundEdgeInsetsGeometryInput
- UiPlaygroundEdgeInsetsInput
-
UiPlaygroundEnumInput<
T extends Enum> - UiPlaygroundIconInput
- UiPlaygroundImpaktfullUiAssetInput
-
UiPlaygroundInputItem<
T> - UiPlaygroundInputs
- UiPlaygroundIntInput
- UiPlaygroundItem
-
UiPlaygroundListInput<
T> - A generic list input that wraps any input type and allows adding/removing items.
- UiPlaygroundNotification
- UiPlaygroundSection
- UiPlaygroundStringInput
- UiPlaygroundTheme
-
UiPlaygroundVariant<
T extends UiPlaygroundInputs> - UiPlaygroundWidgetInput
Extensions
Typedefs
-
InputItemBuilder<
T> = UiPlaygroundInputItem< T> Function(String label) - A factory function that creates a new input item for a list element.