ui/argos_widget_tuning library
Classes
- ArgosColorTuningProperty
- A color tuning property that accepts any Flutter Color.
- ArgosDoubleTuningProperty
- A bounded numeric tuning property rendered as a slider.
- ArgosTunable
- Opt-in bridge between source-controlled widget construction and runtime inspector values.
- ArgosTuningColorOption
- One optional color shortcut for ArgosColorTuningProperty.
- ArgosTuningController
- Owns in-memory tuning overrides and mounted target registrations.
- ArgosTuningProperty
- Describes one value that an ArgosTunable exposes to the inspector.
- ArgosTuningScope
- Internal inherited bridge installed by ArgosWidgetInspector.
- ArgosTuningTarget
- Immutable view of one currently mounted tuning target.
- ArgosTuningValues
- Immutable typed values passed to an ArgosTunableBuilder.
Typedefs
- ArgosTunableBuilder = Widget Function(BuildContext context, ArgosTuningValues values)
- Builds a widget from the current runtime tuning values.