resolveGraphicContext method

GraphicContext resolveGraphicContext([
  1. GraphicContext? parentContext
])

Implementation

GraphicContext resolveGraphicContext([GraphicContext? parentContext]) =>
    parentContext ?? GraphicContext.defaultContext;