Jai Sachdeva

Results 3 comments of Jai Sachdeva

Seems like an issue with `Column`'s `crossAxisAlignment` property. This should be overridable using `Align `widget on the Text (or its parent `Padding `widget) widget but you will need to translate...

Fair point. Instead of having two different classes it is much better to have named constructors taking relevant input. IIRC Flutter's Image doesn't handle all the asset vs logic by...