headers property

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.

Implementation

Map<String, String>? get headers;