Alex S.
Results
1
issues of
Alex S.
**What input code did you provide to the formatter?** Example 1: ```dart return Tooltip( message: tooltipMessage, child: Image.asset( imagePath, width: width, height: width, fit: BoxFit.cover, color: imageColor, colorBlendMode: BlendMode.saturation, errorBuilder:...