public override void updateRenderObject(BuildContext context, RenderObject _renderObject) { _RenderSliverFloatingPersistentHeaderForWidgets renderObject = _renderObject as _RenderSliverFloatingPersistentHeaderForWidgets; renderObject.snapConfiguration = this.layoutDelegate.snapConfiguration; }
public override RenderObject createRenderObject(BuildContext context) { _RenderSliverFloatingPersistentHeaderForWidgets ret = new _RenderSliverFloatingPersistentHeaderForWidgets(); ret.snapConfiguration = this.layoutDelegate.snapConfiguration; return(ret); }