const factory ImageProvider.network( String url, { @Default(1.0) double scale, Map<String, String>? headers, }) = NetworkImage;