Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Feb 20, 2024
1 parent 4d0b51a commit 6d323d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/flutter_svg/lib/svg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,12 @@ class SvgPicture extends StatelessWidget {
@deprecated bool cacheColorFilter = false,
SvgTheme? theme,
http.Client? httpClient,
}) : bytesLoader = SvgNetworkLoader(url, headers: headers, theme: theme, httpClient: httpClient),
}) : bytesLoader = SvgNetworkLoader(
url,
headers: headers,
theme: theme,
httpClient: httpClient,
),
colorFilter = colorFilter ?? _getColorFilter(color, colorBlendMode),
super(key: key);

Expand Down

0 comments on commit 6d323d5

Please sign in to comment.