Tile

A tile that is typically used to group related information together.

Tiles can be grouped together inside a FTileGroup.

Usage

FTile(...)

FTile(
  prefixIcon: FIcon(FAssets.icons.globe),
  title: const Text('Title'),
  subtitle: const Text('subtitle'),
  details: const Text('details'),
  suffixIcon: FIcon(FAssets.icons.chevronRight),
  semanticLabel: 'Label',
  enabled: true,
  onPress: () {},
  onLongPress: () {},
);

Examples

Untappable

Disabled

With Subtitle

With Details