Created
February 9, 2023 01:42
-
-
Save ponnamkarthik/bdd0897948f9cf8a07cb9343cc6d6df8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Paint paint = Paint() | |
..shader = Shader.linearGradient( | |
colors: [Colors.red, Colors.blue], | |
begin: Alignment.topLeft, | |
end: Alignment.bottomRight, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment