isExpandable property

bool isExpandable
final

Determines if the user can expand the tile, or if it should behave like a regular tile.

Typically used in a list when some tiles are expandable but some are not for UI consistencny.

Implementation

final bool isExpandable;