resolveGraphicContext method

  1. @override
GraphicContext resolveGraphicContext([
  1. GraphicContext? parentContext
])
override

Implementation

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