Last active
October 28, 2021 11:02
-
-
Save naimurhasan/4a7fedf4bb074598e2aa2752aa20b96c 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
ShaderMask( | |
blendMode: BlendMode.srcIn, | |
shaderCallback: (bounds) => LinearGradient(colors: [ | |
curveAppBarColor, | |
Colors.green.shade900, | |
]).createShader( | |
Rect.fromLTWH(0, 0, bounds.width, bounds.height), | |
), | |
child: Text(String.fromCharCode(Icons.info.codePoint,), style: TextStyle( | |
fontFamily: Icons.add.fontFamily, fontSize: 30), | |
)), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment