Skip to content

Commit

Permalink
Merge pull request #27 from narumi147/develop
Browse files Browse the repository at this point in the history
Use AlignmentGeometry in constructor
  • Loading branch information
martijn00 authored Aug 1, 2024
2 parents 1c01be9 + b5c1066 commit 2636cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/image/image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class OctoImage extends StatefulWidget {
this.width,
this.height,
this.fit,
Alignment? alignment,
AlignmentGeometry? alignment,
ImageRepeat? repeat,
bool? matchTextDirection,
this.color,
Expand Down Expand Up @@ -258,7 +258,7 @@ class OctoImage extends StatefulWidget {
this.width,
this.height,
this.fit,
Alignment? alignment,
AlignmentGeometry? alignment,
ImageRepeat? repeat,
bool? matchTextDirection,
this.color,
Expand Down

0 comments on commit 2636cf0

Please sign in to comment.