menu
syncfusion_flutter_treemap package
documentation
treemap.dart
TreemapTile
indices property
indices property
dark_mode
light_mode
indices
property
List
<
int
>
get
indices
Contains the indices of the data source which forms this tile.
Implementation
List<int> get indices => _indices;
syncfusion_flutter_treemap package
documentation
treemap
TreemapTile
indices property
TreemapTile class