visa_material_widgets/visa_material_widgets library
Classes
- CheckmarkableChipAttributes
- An interface for Material Design chips that can have check marks.
- Chip
- A Material Design chip.
- ChipAttributes
- An interface defining the base attributes for a Material Design chip.
- DeletableChipAttributes
- An interface for Material Design chips that can be deleted.
- DisabledChipAttributes
- An interface for Material Design chips that can be enabled and disabled.
- ProgressIndicator
- SelectableChipAttributes
- An interface for Material Design chips that can be selected.
- TappableChipAttributes
- An interface for Material Design chips that can be tapped.
- VCircularProgressIndicator
- VMatCheckbox
- A material design checkbox.
- VMatCheckboxListTile
- A ListTile with a Checkbox. In other words, a checkbox with a label.
-
VMatRadio<
T> - A material design radio button.
-
VMatRadioListTile<
T> - A ListTile with a Radio. In other words, a radio button with a label.
- VMatTab
- A material design VMatTabBar vTab.
- VMatTabBar
- A material design widget that displays a horizontal row of vTabs.
- VMatTabBarView
- A page view that displays the widget which corresponds to the currently selected vTab.
- VMatTabPageSelector
- Displays a row of small circular indicators, one per vTab.
- VMatTabPageSelectorIndicator
- Displays a single circle with the specified border and background colors.
- VRawChip
- A raw Material Design chip.
- VSnackBar
Enums
- SnackBarState
- VMatTabBarIndicatorSize
- Defines how the bounds of the selected vTab indicator are computed.
Functions
-
getSnackBarHighlight(
dynamic snackBarState) → Color