widgets/widgets library

Classes

BaseDigitFormInput
BaseDigitFormInput is a base class for different form input fields. It provides a set of customizable parameters and common functionality for building various types of input fields within a form.
BaseDigitFormInputState
Button
DigitCheckbox
DigitCheckboxIcon
DigitCheckboxIcon is a widget that represents the visual appearance of a DigitCheckbox. It supports three states: unchecked, intermediate, and checked. The appearance can be customized based on the state, disabled status, and color.
DigitDateFormInput
DigitDropdown<T>
DigitLocationFormInput
DigitNumericFormInput
DigitPasswordFormInput
DigitSearchFormInput
DigitTextAreaFormInput
DigitTextFormInput
DigitTimeFormInput
InfoCard
LabeledField
MultiSelectController<T>
implementation of the MultiSelectController class.
MultiSelectDropDown<int>
NestedFocusedIndex
PoweredByDigit
RadioList
ScrollableContent
Toast
ToastOptions
Toggle
Toggle is a custom toggle button widget that provides visual feedback on hover and supports selection.
ToggleList
TreeSelectController<T>
implementation of the treeSelectController class.
TreeSelectDropDown<int>

Typedefs

OnOptionSelect<T> = void Function(List<DropdownItem> selectedOptions)
OnOptionSelected<T> = void Function(List<TreeNode> selectedOptions)