String colorToString(Color color) { return '#${color.value.toRadixString(16).substring(2, 8)}'.toUpperCase(); }