live_cells_ui library
Classes
- LiveCheckbox
-
A Checkbox widget with the
value
controlled by a MutableCell. - LiveCheckboxListTile
- A ListTile with a LiveCheckbox, akin to CheckboxListTile.
- LiveCheckboxMenuButton
- A menu item with a LiveCheckbox, akin to CheckboxMenuButton.
-
LiveCheckedPopupMenuItem<
T> - A CheckedPopupMenuItem widget with the value controlled by a MutableCell.
- LiveChoiceChip
-
A ChoiceChip widget with the value of
selected
controlled by a ValueCell. - LiveCloseButton
- A CloseButton that triggers an action cell when pressed.
- LiveCupertinoSlider
- A CupertinoSlider with its value controlled by a MutableCell.
- LiveCupertinoSwitch
- A CupertinoSwitch widget with its value controlled by a ValueCell.
- LiveElevatedButton
- An ElevatedButton that triggers an action cell when pressed.
- LiveFilledButton
- A FilledButton that triggers an action cell when pressed.
- LiveFloatingActionButton
- A FloatingActionButton that triggers an ActionCell when pressed.
- LiveIconButton
- An IconButton that triggers an action cell when pressed.
- LiveInkResponse
- An InkResponse that triggers ActionCells on gestures.
- LiveInkWell
- An InkWell that triggers ActionCells on gestures.
- LiveInteractiveViewer
-
An InteractiveViewer where the
transformation
is exposed as a cell. - LiveOutlinedButton
- An OutlinedButton that triggers an action cell when pressed.
- LivePageView
- A PageView with the page controlled by a MutableCell.
-
LiveRadio<
T> -
A Radio widget with the
groupValue
controlled by a MutableCell. -
LiveRadioListTile<
T> - A ListTile with a LiveRadio, akin to RadioListTile.
- LiveSlider
-
A Slider with its
value
controlled by a MutableCell. - LiveSwitch
-
A Switch widget with its
value
controlled by a ValueCell. - LiveSwitchListTile
- A ListTile with a LiveSwitch, akin to SwitchListTile.
- LiveTextButton
- A TextButton that triggers an action cell when pressed.
- LiveTextField
- A text field widget, similar to TextField, with content controlled by a MutableCell.