Flutter Mobile Apps - How to add Height and Width in Flutter Card App

Published: 01 January 1970
on channel: OSP PRO
2,459
7

#fluttermobileapps #flutter #mobileapps #androidapps #apps
Whatsapp me +256704487563
Flutter Mobile Apps - How to add Height and Width in Flutter Card App
To modify the width or height of a card you can wrap it in a Container Widget and provide height and/or width properties to it. If the Container is nested in another widget, the width & height may not get applied as expected. You can overcome this by wrapping that Container in an Align widget.