headers property

Map<String, String>? headers
final

The HTTP headers that will be used with Client.get to fetch image from network.

When running flutter on the web, headers are not used.

Implementation

final Map<String, String>? headers;