PravatarImage constructor Null safety
Implementation
PravatarImage({
required double size,
int? imageId,
String? uniqueId,
Map<String, String>? headers,
}) : _networkImage = NetworkImage(
buildUrl(
size: size,
imageId: imageId,
uniqueId: uniqueId,
),
);