headers property

Map<String, String>? headers
final

用于 HttpClient.get 从网络获取图片的 HTTP 标头。在网络上运行 Flutter 时,不使用标头。

Implementation

final Map<String, String>? headers;