File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ class ZKNode {
8787 this .paint.colorFilter = filter;
8888 }
8989
90+ set blendMode (BlendMode mode) {
91+ this .paint.blendMode = mode;
92+ }
93+
9094 BlendMode ? colorFilterBlendMode;
9195
9296 set color (Color ? c) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: Zerker is a flexible and lightweight flutter canvas graphic animati
1111# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212# Read more about iOS versioning at
1313# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14- version : 2.1.0
14+ version : 2.1.1
1515homepage : https://github.com/flutterkit/zerker
1616
1717environment :
You can’t perform that action at this time.
0 commit comments