headers property
The HTTP headers that will be used with HttpClient.get to fetch image from network.
When running Flutter on the web, headers are not used.
Implementation
Map<String, String>? get headers;
The HTTP headers that will be used with HttpClient.get to fetch image from network.
When running Flutter on the web, headers are not used.
Map<String, String>? get headers;