icon property

IconData get icon

Associated icon.

Implementation

IconData get icon => switch (this) {
      TCsvFileFormat.json => Icons.data_object_rounded,
      TCsvFileFormat.tsv => Icons.table_rows_rounded,
      TCsvFileFormat.pipe => Icons.view_column_outlined,
      TCsvFileFormat.semicolon => Icons.grid_on_rounded,
      _ => Icons.table_chart_rounded,
    };