customFillPaint property

Paint? get customFillPaint

Implementation

Paint? get customFillPaint => _customFillPaint;
set customFillPaint (Paint? p)

Implementation

set customFillPaint(Paint? p) {
  _customFillPaint = p;
  notifyListeners();
}