Skip to content

Commit

Permalink
Update random_avatar.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
saytoonz committed Feb 9, 2023
1 parent 968c095 commit f9e5a99
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/random_avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ Widget RandomAvatar(
bool matchTextDirection = false,
bool allowDrawingOutsideViewBox = false,
WidgetBuilder? placeholderBuilder,
Color? color,
BlendMode colorBlendMode = BlendMode.srcIn,
String? semanticsLabel,
bool excludeFromSemantics = false,
Clip clipBehavior = Clip.hardEdge,
bool cacheColorFilter = false,
ColorFilter? colorFilter,
SvgTheme theme = const SvgTheme(),
}) {
return SvgPicture.string(
Expand All @@ -36,12 +33,9 @@ Widget RandomAvatar(
matchTextDirection: matchTextDirection,
allowDrawingOutsideViewBox: allowDrawingOutsideViewBox,
placeholderBuilder: placeholderBuilder,
color: color,
colorBlendMode: colorBlendMode,
semanticsLabel: semanticsLabel,
excludeFromSemantics: excludeFromSemantics,
clipBehavior: clipBehavior,
cacheColorFilter: cacheColorFilter,
colorFilter: colorFilter,
theme: theme,
);
}
Expand Down

0 comments on commit f9e5a99

Please sign in to comment.