widgets/tile library
A specialized FItem for touch devices.
See https://forui.dev/docs/tile/tile for working examples.
Classes
- FTile
- A specialized FItem for touch devices.
- FTileGroup
- A tile group that groups multiple FTileMixins together.
- FTileGroupStyle
- A FTileGroup's style.
- FTileGroupStyleData
- An inherited widget that provides the FTileGroupStyle to its descendants.
- FTileStyle
- A FTile's style.
Mixins
- FTileGroupMixin
- A marker interface which denotes that mixed-in widgets can group tiles and be used in a FTileGroup.merge.
- FTileMixin
- A marker interface which denotes that mixed-in widgets can be used in a FTileGroup.
Extensions
- $FTileGroupStyleTransformations on FTileGroupStyle
- Provides copyWith and lerp methods.
- $FTileStyleTransformations on FTileStyle
- Provides copyWith and lerp methods.