void main() { var blue = Colors.blue; var fadedBlue = blue.withOpacity(0.5); // Works var shiningBlue = blue.withOpacity(1.5); // Error }
Is ther