Baseflow / octo_image

A multifunctional Flutter image widget
https://baseflow.com/
MIT License
156 stars 23 forks source link

Use AlignmentGeometry in constructor #27

Closed narumi147 closed 1 month ago

narumi147 commented 1 year ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix

:arrow_heading_down: What is the current behavior?

defined: final AlignmentGeometry alignment In constructor: Alignment? alignment,

Event in the comment of alignment field, it said can be AlignmentDirectional but the constructor not allowed.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

narumi147 commented 1 year ago

@renefloor can you have a look? it's just a small change.