backgroundPaint property

Paint backgroundPaint

Gets a Paint object with its color set to the background color of the maskOptions.

Implementation

Paint get backgroundPaint => Paint()..color = maskOptions.backgroundColor;