Skip to content

Commit

Permalink
make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesxsh committed Oct 15, 2024
1 parent 564c608 commit 4f84cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ImageProvider getImageProviderByImageSource(
String imageSource, {
required ImageEmbedBuilderProviderBuilder? imageProviderBuilder,
required String assetsPrefix,
required Map<String, String>? networkImageHeaders,
Map<String, String>? networkImageHeaders,
required BuildContext context,
}) {
if (imageProviderBuilder != null) {
Expand Down

0 comments on commit 4f84cbf

Please sign in to comment.