resolveGraphicContext method
Implementation
@override
GraphicContext resolveGraphicContext([GraphicContext? parentContext]) => super
.resolveGraphicContext(parentContext)
.copyWith(color: strokeColor, backgroundColor: fillColor);
@override
GraphicContext resolveGraphicContext([GraphicContext? parentContext]) => super
.resolveGraphicContext(parentContext)
.copyWith(color: strokeColor, backgroundColor: fillColor);