Skip to content

Commit

Permalink
fixed Dart formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yousufmyk committed Feb 28, 2024
1 parent 0937156 commit 4c6daac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class MiraiImageParser extends MiraiParser<MiraiImage> {
}
}

Widget _networkImage(MiraiImage model, BuildContext context) => CachedNetworkImage(
Widget _networkImage(MiraiImage model, BuildContext context) =>
CachedNetworkImage(
imageUrl: model.src,
alignment: model.alignment.value,
color: model.color?.toColor(context),
Expand Down

0 comments on commit 4c6daac

Please sign in to comment.