Optional HTTP headers for authenticated image requests. Commonly used for authorization tokens, e.g., {'Authorization': 'Bearer token'}.
final Map<String, String>? headers;