ClipRRect( borderRadius: BorderRadius.circular(8.0), child: Image.asset( 'assets/cat.jpg', width: 110.0, height: 110.0, fit: BoxFit.fill, ), ),