renderContext property
Override this method if you want your component to provide a custom render context to all its children (recursively).
Implementation
ComponentRenderContext? get renderContext => null;
Override this method if you want your component to provide a custom render context to all its children (recursively).
ComponentRenderContext? get renderContext => null;