|
|
|
|
|
|
this._alignment = alignment ?? Alignment.center; |
|
|
|
this._invertColors = invertColors; |
|
|
|
this._filterMode = filterMode; |
|
|
|
this._updateColorFilter(); |
|
|
|
} |
|
|
|
|
|
|
|
Image _image; |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._color = value; |
|
|
|
this._updateColorFilter(); |
|
|
|
this.markNeedsPaint(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._colorBlendMode = value; |
|
|
|
this._updateColorFilter(); |
|
|
|
this.markNeedsPaint(); |
|
|
|
} |
|
|
|
} |
|
|
|