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
final Map<String, String>? 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.
final Map<String, String>? headers;