ethanblake4 / flutter_eval

Code push for Flutter, powered by dart_eval
https://pub.dev/packages/flutter_eval
BSD 3-Clause "New" or "Revised" License
303 stars 29 forks source link

fix: MainAxisSize/MainAxisAlignment on Row and Column attributes order #5

Closed g123k closed 2 years ago

g123k commented 2 years ago

A small fix, because mainAxisSize and mainAxisAlignment is not in the correct order on Column. Same is applied to Row.

Related to #4

ethanblake4 commented 2 years ago

Thanks!