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
- $FItemContentStyleTransformations on FItemContentStyle
- Provides copyWith and lerp methods.
- $FItemGroupStyleTransformations on FItemGroupStyle
- Provides copyWith and lerp methods.
- $FItemStyleTransformations on FItemStyle
- Provides copyWith and lerp methods.
- $FRawItemContentStyleTransformations on FRawItemContentStyle
- Provides copyWith and lerp methods.