widgets/item library
An item that is typically used to group related information together.
See https://forui.dev/docs/data/item for working examples.
Classes
- FInheritedItemData
- An FInheritedItemData is used to provide data about the item's position in the current nesting level, i.e. FTileGroup.
- FItem
- An item that is typically used to group related information together.
- FItemContentStyle
- An FItem content's style.
- FItemData
- The item's data.
- FItemGroup
- An item group that groups multiple FItemMixins together.
- FItemGroupStyle
- An FItemGroup's style.
- FItemGroupStyleData
- An inherited widget that provides the FItemGroupStyle to its descendants.
- FItemStyle
- A FItem's style.
- FRawItemContentStyle
- An FItem raw content's style.
Enums
- FItemDivider
- The divider between items in a group.
Mixins
- FItemGroupMixin
- A marker interface which denotes that mixed-in widgets can group items and be used in a FItemGroup.merge.
- FItemMixin
- A marker interface which denotes that mixed-in widgets is an item.
Extensions
- $FItemContentStyleCopyWith on FItemContentStyle
-
Provides a
copyWith
method. - $FItemGroupStyleCopyWith on FItemGroupStyle
-
Provides a
copyWith
method. - $FItemStyleCopyWith on FItemStyle
-
Provides a
copyWith
method. - $FRawItemContentStyleCopyWith on FRawItemContentStyle
-
Provides a
copyWith
method.