Demo Flutter project demonstrating a bug when using color with Image.asset.
Image.asset(
'assets/img.png',
width: innerCircleWidth,
height: innerCircleWidth,
// !!! Using a color does something weird
color: useColor ? Colors.orange : null,
),Tracked at flutter/flutter#144109.
