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