statusColor constant

Map<String, Color> const statusColor

Implementation

static const Map<String, Color> statusColor = {
  "COMPLETED": Colors.green,
  "IN_PROGRESS": Colors.orange,
  "FAILED": Colors.red
};