Image logoWidget(String imageName) { return Image.asset( imageName, fit: BoxFit.cover, width: 240, height: 240, color: Colors.grey, ); }