I\'m trying to do something similar to centerCrop property from android ImageView. Setting the height of the imageview, and making it crop and align to center, just as centerCro
new Center( child: Container( child: new Stack( children: [ new Image.asset( 'assets/images/firebase1.png', width: 100.0, height: 100.0, ), ], ), ), ),