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