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