mc_gallery/doc/api/features_core_widgets_gap/RenderSliverGap-class.html

1505 lines
87 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="API docs for the RenderSliverGap class from the gap library, for the Dart programming language.">
<title>RenderSliverGap class - gap library - Dart API</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="../static-assets/github.css?v1">
<link rel="stylesheet" href="../static-assets/styles.css?v1">
<link rel="icon" href="../static-assets/favicon.png?v1">
</head>
<body data-base-href="../" data-using-base-href="false">
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">mc_gallery</a></li>
<li><a href="../features_core_widgets_gap/features_core_widgets_gap-library.html">gap</a></li>
<li class="self-crumb">RenderSliverGap class</li>
</ol>
<div class="self-name">RenderSliverGap</div>
<form class="search navbar-right" role="search">
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<main>
<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-class">RenderSliverGap</span> class
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
</h1></div>
<section>
<dl class="dl-horizontal">
<dt>Inheritance</dt>
<dd>
<ul class="gt-separated dark clazz-relationships">
<li><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></li>
<li><a href="https://api.flutter.dev/flutter/foundation/AbstractNode-class.html">AbstractNode</a></li>
<li><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></li>
<li><a href="https://api.flutter.dev/flutter/rendering/RenderSliver-class.html">RenderSliver</a></li>
<li>RenderSliverGap</li>
</ul>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="RenderSliverGap" class="callable">
<span class="name"><a href="../features_core_widgets_gap/RenderSliverGap/RenderSliverGap.html">RenderSliverGap</a></span><span class="signature">(<span class="parameter" id="-param-_gap"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">_gap</span></span>)</span>
</dt>
<dd>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="alwaysNeedsCompositing" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/alwaysNeedsCompositing.html">alwaysNeedsCompositing</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this render object always needs compositing.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, read-only, inherited</div>
</dd>
<dt id="attached" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/attached.html">attached</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this node is in a tree whose root is attached to something.
<div class="features">read-only, inherited</div>
</dd>
<dt id="centerOffsetAdjustment" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/centerOffsetAdjustment.html">centerOffsetAdjustment</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</dt>
<dd class="inherited">
For a center sliver, the distance before the absolute zero scroll offset
that this sliver can cover.
<div class="features">read-only, inherited</div>
</dd>
<dt id="constraints" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/constraints.html">constraints</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/rendering/SliverConstraints-class.html">SliverConstraints</a></span>
</dt>
<dd class="inherited">
The layout constraints most recently supplied by the parent.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugCanParentUseSize" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCanParentUseSize.html">debugCanParentUseSize</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether the parent render object is permitted to use this render object's
size.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugCreator" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCreator.html">debugCreator</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a>?</span>
</dt>
<dd class="inherited">
The object responsible for creating this render object.
<div class="features">read / write, inherited</div>
</dd>
<dt id="debugDisposed" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDisposed.html">debugDisposed</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a>?</span>
</dt>
<dd class="inherited">
Whether this has been disposed.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugDoingThisLayout" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisLayout.html">debugDoingThisLayout</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether <a href="../features_core_widgets_gap/RenderSliverGap/performLayout.html">performLayout</a> for this render object is currently running.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugDoingThisLayoutWithCallback" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisLayoutWithCallback.html">debugDoingThisLayoutWithCallback</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether <a href="https://api.flutter.dev/flutter/rendering/RenderObject/invokeLayoutCallback.html">invokeLayoutCallback</a> for this render object is currently running.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugDoingThisPaint" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisPaint.html">debugDoingThisPaint</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether <a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a> for this render object is currently running.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugDoingThisResize" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisResize.html">debugDoingThisResize</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether <a href="https://api.flutter.dev/flutter/rendering/RenderSliver/performResize.html">performResize</a> for this render object is currently running.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugLayer" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugLayer.html">debugLayer</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/rendering/ContainerLayer-class.html">ContainerLayer</a>?</span>
</dt>
<dd class="inherited">
In debug mode, the compositing layer that this render object uses to repaint.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugNeedsCompositedLayerUpdate" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsCompositedLayerUpdate.html">debugNeedsCompositedLayerUpdate</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this render object's layer information is dirty.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugNeedsLayout" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsLayout.html">debugNeedsLayout</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this render object's layout information is dirty.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugNeedsPaint" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsPaint.html">debugNeedsPaint</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this render object's paint information is dirty.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugSemantics" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugSemantics.html">debugSemantics</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>?</span>
</dt>
<dd class="inherited">
The semantics of this render object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="depth" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/depth.html">depth</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd class="inherited">
The depth of this node in the tree.
<div class="features">read-only, inherited</div>
</dd>
<dt id="gap" class="property">
<span class="name"><a href="../features_core_widgets_gap/RenderSliverGap/gap.html">gap</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</dt>
<dd>
<div class="features">read / write</div>
</dd>
<dt id="geometry" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/geometry.html">geometry</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/rendering/SliverGeometry-class.html">SliverGeometry</a>?</span>
</dt>
<dd class="inherited">
The amount of space this sliver occupies.
<div class="features">read / write, inherited</div>
</dd>
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd class="inherited">
The hash code for this object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="isRepaintBoundary" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/isRepaintBoundary.html">isRepaintBoundary</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether this render object repaints separately from its parent.
<div class="features">read-only, inherited</div>
</dd>
<dt id="layer" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/layer.html">layer</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/rendering/ContainerLayer-class.html">ContainerLayer</a>?</span>
</dt>
<dd class="inherited">
The compositing layer that this render object uses to repaint.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, @<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, read / write, inherited</div>
</dd>
<dt id="needsCompositing" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/needsCompositing.html">needsCompositing</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether we or one of our descendants has a compositing layer.
<div class="features">read-only, inherited</div>
</dd>
<dt id="owner" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/owner.html">owner</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/rendering/PipelineOwner-class.html">PipelineOwner</a>?</span>
</dt>
<dd class="inherited">
The owner for this node (null if unattached).
<div class="features">read-only, inherited</div>
</dd>
<dt id="paintBounds" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/paintBounds.html">paintBounds</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Rect-class.html">Rect</a></span>
</dt>
<dd class="inherited">
An estimate of the bounds within which this render object will paint.
Useful for debugging flags such as <a href="https://api.flutter.dev/flutter/rendering/debugPaintLayerBordersEnabled.html">debugPaintLayerBordersEnabled</a>.
<div class="features">read-only, inherited</div>
</dd>
<dt id="parent" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/parent.html">parent</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/foundation/AbstractNode-class.html">AbstractNode</a>?</span>
</dt>
<dd class="inherited">
The parent of this node in the tree.
<div class="features">read-only, inherited</div>
</dd>
<dt id="parentData" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/parentData.html">parentData</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/rendering/ParentData-class.html">ParentData</a>?</span>
</dt>
<dd class="inherited">
Data for use by the parent render object.
<div class="features">read / write, inherited</div>
</dd>
<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="semanticBounds" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/semanticBounds.html">semanticBounds</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Rect-class.html">Rect</a></span>
</dt>
<dd class="inherited">
The bounding box, in the local coordinate system, of this
object, for accessibility purposes.
<div class="features">read-only, inherited</div>
</dd>
<dt id="sizedByParent" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/sizedByParent.html">sizedByParent</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</dt>
<dd class="inherited">
Whether the constraints are the only input to the sizing algorithm (in
particular, child nodes have no impact).
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, read-only, inherited</div>
</dd>
</dl>
</section>
<section
class="summary offset-anchor"
id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="adoptChild" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/adoptChild.html">adoptChild</a></span><span class="signature">(<wbr><span class="parameter" id="adoptChild-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called by subclasses when they decide a render object is a child.
<div class="features">inherited</div>
</dd>
<dt id="applyPaintTransform" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/applyPaintTransform.html">applyPaintTransform</a></span><span class="signature">(<wbr><span class="parameter" id="applyPaintTransform-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span>, </span><span class="parameter" id="applyPaintTransform-param-transform"><span class="type-annotation"><a href="https://pub.dev/documentation/vector_math/2.1.2/vector_math_64/Matrix4-class.html">Matrix4</a></span> <span class="parameter-name">transform</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Applies the transform that would be applied when painting the given child
to the given matrix.
<div class="features">inherited</div>
</dd>
<dt id="assembleSemanticsNode" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/assembleSemanticsNode.html">assembleSemanticsNode</a></span><span class="signature">(<wbr><span class="parameter" id="assembleSemanticsNode-param-node"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a></span> <span class="parameter-name">node</span>, </span><span class="parameter" id="assembleSemanticsNode-param-config"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/semantics/SemanticsConfiguration-class.html">SemanticsConfiguration</a></span> <span class="parameter-name">config</span>, </span><span class="parameter" id="assembleSemanticsNode-param-children"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Iterable-class.html">Iterable</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a></span>&gt;</span></span> <span class="parameter-name">children</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Assemble the <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a> for this <a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a>.
<div class="features">inherited</div>
</dd>
<dt id="attach" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/attach.html">attach</a></span><span class="signature">(<wbr><span class="parameter" id="attach-param-owner"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/PipelineOwner-class.html">PipelineOwner</a></span> <span class="parameter-name">owner</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this node as attached to the given owner.
<div class="features">inherited</div>
</dd>
<dt id="calculateCacheOffset" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/calculateCacheOffset.html">calculateCacheOffset</a></span><span class="signature">(<wbr><span class="parameter" id="calculateCacheOffset-param-constraints"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/SliverConstraints-class.html">SliverConstraints</a></span> <span class="parameter-name">constraints</span>, </span><span class="parameter" id="calculateCacheOffset-param-from">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">from</span>, </span><span class="parameter" id="calculateCacheOffset-param-to"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">to</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</span>
</dt>
<dd class="inherited">
Computes the portion of the region from <code>from</code> to <code>to</code> that is within
the cache extent of the viewport, assuming that only the region from the
<a href="https://api.flutter.dev/flutter/rendering/SliverConstraints/cacheOrigin.html">SliverConstraints.cacheOrigin</a> that is
<a href="https://api.flutter.dev/flutter/rendering/SliverConstraints/remainingCacheExtent.html">SliverConstraints.remainingCacheExtent</a> high is visible, and that
the relationship between scroll offsets and paint offsets is linear.
<div class="features">inherited</div>
</dd>
<dt id="calculatePaintOffset" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/calculatePaintOffset.html">calculatePaintOffset</a></span><span class="signature">(<wbr><span class="parameter" id="calculatePaintOffset-param-constraints"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/SliverConstraints-class.html">SliverConstraints</a></span> <span class="parameter-name">constraints</span>, </span><span class="parameter" id="calculatePaintOffset-param-from">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">from</span>, </span><span class="parameter" id="calculatePaintOffset-param-to"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">to</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</span>
</dt>
<dd class="inherited">
Computes the portion of the region from <code>from</code> to <code>to</code> that is visible,
assuming that only the region from the <a href="https://api.flutter.dev/flutter/rendering/SliverConstraints/scrollOffset.html">SliverConstraints.scrollOffset</a>
that is <a href="https://api.flutter.dev/flutter/rendering/SliverConstraints/remainingPaintExtent.html">SliverConstraints.remainingPaintExtent</a> high is visible, and that
the relationship between scroll offsets and paint offsets is linear.
<div class="features">inherited</div>
</dd>
<dt id="childCrossAxisPosition" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childCrossAxisPosition.html">childCrossAxisPosition</a></span><span class="signature">(<wbr><span class="parameter" id="childCrossAxisPosition-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</span>
</dt>
<dd class="inherited">
Returns the distance along the cross axis from the zero of the cross axis
in this sliver's <a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a> coordinate space to the nearest side of the given
child.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="childMainAxisPosition" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childMainAxisPosition.html">childMainAxisPosition</a></span><span class="signature">(<wbr><span class="parameter" id="childMainAxisPosition-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span>
</span>
</dt>
<dd class="inherited">
Returns the distance from the leading <em>visible</em> edge of the sliver to the
side of the given child closest to that edge.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="childScrollOffset" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childScrollOffset.html">childScrollOffset</a></span><span class="signature">(<wbr><span class="parameter" id="childScrollOffset-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a>?</span>
</span>
</dt>
<dd class="inherited">
Returns the scroll offset for the leading edge of the given child.
<div class="features">inherited</div>
</dd>
<dt id="clearSemantics" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/clearSemantics.html">clearSemantics</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Removes all semantics from this render object and its descendants.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="debugAssertDoesMeetConstraints" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugAssertDoesMeetConstraints.html">debugAssertDoesMeetConstraints</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Verify that the object's constraints are being met. Override
this function in a subclass to verify that your state matches
the constraints object. This function is only called in checked
mode and only when needsLayout is false. If the constraints are
not met, it should assert or throw an exception.
<div class="features">inherited</div>
</dd>
<dt id="debugDescribeChildren" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDescribeChildren.html">debugDescribeChildren</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>&gt;</span></span>
</span>
</dt>
<dd class="inherited">
Returns a list of <code>DiagnosticsNode</code> objects describing this node's
children.
<div class="features">inherited</div>
</dd>
<dt id="debugFillProperties" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugFillProperties.html">debugFillProperties</a></span><span class="signature">(<wbr><span class="parameter" id="debugFillProperties-param-properties"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html">DiagnosticPropertiesBuilder</a></span> <span class="parameter-name">properties</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Add additional properties associated with the node.
<div class="features">inherited</div>
</dd>
<dt id="debugPaint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugPaint.html">debugPaint</a></span><span class="signature">(<wbr><span class="parameter" id="debugPaint-param-context"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/PaintingContext-class.html">PaintingContext</a></span> <span class="parameter-name">context</span>, </span><span class="parameter" id="debugPaint-param-offset"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">offset</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Override this method to paint debugging information.
<div class="features">inherited</div>
</dd>
<dt id="debugRegisterRepaintBoundaryPaint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugRegisterRepaintBoundaryPaint.html">debugRegisterRepaintBoundaryPaint</a></span><span class="signature">(<wbr><span class="parameter" id="debugRegisterRepaintBoundaryPaint-param-includedParent">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">includedParent</span> = <span class="default-value">true</span>, </span><span class="parameter" id="debugRegisterRepaintBoundaryPaint-param-includedChild"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">includedChild</span> = <span class="default-value">false</span>}</span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called, in debug mode, if <a href="https://api.flutter.dev/flutter/rendering/RenderObject/isRepaintBoundary.html">isRepaintBoundary</a> is true, when either the
this render object or its parent attempt to paint.
<div class="features">inherited</div>
</dd>
<dt id="debugResetSize" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugResetSize.html">debugResetSize</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
If a subclass has a "size" (the state controlled by <code>parentUsesSize</code>,
whatever it is in the subclass, e.g. the actual <code>size</code> property of
<a href="https://api.flutter.dev/flutter/rendering/RenderBox-class.html">RenderBox</a>), and the subclass verifies that in debug mode this "size"
property isn't used when <a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCanParentUseSize.html">debugCanParentUseSize</a> isn't set, then that
subclass should override <a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugResetSize.html">debugResetSize</a> to reapply the current values of
<a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCanParentUseSize.html">debugCanParentUseSize</a> to that state.
<div class="features">inherited</div>
</dd>
<dt id="describeApproximatePaintClip" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeApproximatePaintClip.html">describeApproximatePaintClip</a></span><span class="signature">(<wbr><span class="parameter" id="describeApproximatePaintClip-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Rect-class.html">Rect</a>?</span>
</span>
</dt>
<dd class="inherited">
Returns a rect in this object's coordinate system that describes
the approximate bounding box of the clip rect that would be
applied to the given child during the paint phase, if any.
<div class="features">inherited</div>
</dd>
<dt id="describeForError" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeForError.html">describeForError</a></span><span class="signature">(<wbr><span class="parameter" id="describeForError-param-name"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="describeForError-param-style">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html">DiagnosticsTreeStyle</a></span> <span class="parameter-name">style</span> = <span class="default-value">DiagnosticsTreeStyle.shallow</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>
</span>
</dt>
<dd class="inherited">
Adds a debug representation of a <a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a> optimized for including in
error messages.
<div class="features">inherited</div>
</dd>
<dt id="describeSemanticsClip" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeSemanticsClip.html">describeSemanticsClip</a></span><span class="signature">(<wbr><span class="parameter" id="describeSemanticsClip-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a>?</span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Rect-class.html">Rect</a>?</span>
</span>
</dt>
<dd class="inherited">
Returns a rect in this object's coordinate system that describes
which <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>s produced by the <code>child</code> should be included in the
semantics tree. <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>s from the <code>child</code> that are positioned
outside of this rect will be dropped. Child <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>s that are
positioned inside this rect, but outside of <a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeApproximatePaintClip.html">describeApproximatePaintClip</a>
will be included in the tree marked as hidden. Child <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>s
that are inside of both rect will be included in the tree as regular
nodes.
<div class="features">inherited</div>
</dd>
<dt id="describeSemanticsConfiguration" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeSemanticsConfiguration.html">describeSemanticsConfiguration</a></span><span class="signature">(<wbr><span class="parameter" id="describeSemanticsConfiguration-param-config"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/semantics/SemanticsConfiguration-class.html">SemanticsConfiguration</a></span> <span class="parameter-name">config</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Report the semantics of this node, for example for accessibility purposes.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="detach" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/detach.html">detach</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this node as detached.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="dispose" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/dispose.html">dispose</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Release any resources held by this render object.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="dropChild" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/dropChild.html">dropChild</a></span><span class="signature">(<wbr><span class="parameter" id="dropChild-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called by subclasses when they decide a render object is no longer a child.
<div class="features">inherited</div>
</dd>
<dt id="getAbsoluteSize" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/getAbsoluteSize.html">getAbsoluteSize</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a></span>
</span>
</dt>
<dd class="inherited">
This returns the absolute <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a> of the sliver.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="getAbsoluteSizeRelativeToOrigin" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/getAbsoluteSizeRelativeToOrigin.html">getAbsoluteSizeRelativeToOrigin</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a></span>
</span>
</dt>
<dd class="inherited">
This returns a <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a> with dimensions relative to the leading edge of the
sliver, specifically the same offset that is given to the <a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a> method.
This means that the dimensions may be negative.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="getTransformTo" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/getTransformTo.html">getTransformTo</a></span><span class="signature">(<wbr><span class="parameter" id="getTransformTo-param-ancestor"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a>?</span> <span class="parameter-name">ancestor</span></span>)
<span class="returntype parameter">&#8594; <a href="https://pub.dev/documentation/vector_math/2.1.2/vector_math_64/Matrix4-class.html">Matrix4</a></span>
</span>
</dt>
<dd class="inherited">
Applies the paint transform up the tree to <code>ancestor</code>.
<div class="features">inherited</div>
</dd>
<dt id="handleEvent" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/handleEvent.html">handleEvent</a></span><span class="signature">(<wbr><span class="parameter" id="handleEvent-param-event"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/gestures/PointerEvent-class.html">PointerEvent</a></span> <span class="parameter-name">event</span>, </span><span class="parameter" id="handleEvent-param-entry"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/SliverHitTestEntry-class.html">SliverHitTestEntry</a></span> <span class="parameter-name">entry</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Override this method to handle pointer events that hit this render object.
<div class="features">inherited</div>
</dd>
<dt id="hitTest" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTest.html">hitTest</a></span><span class="signature">(<wbr><span class="parameter" id="hitTest-param-result"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/SliverHitTestResult-class.html">SliverHitTestResult</a></span> <span class="parameter-name">result</span>, </span><span class="parameter" id="hitTest-param-mainAxisPosition">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">mainAxisPosition</span>, </span><span class="parameter" id="hitTest-param-crossAxisPosition"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">crossAxisPosition</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
Determines the set of render objects located at the given position.
<div class="features">inherited</div>
</dd>
<dt id="hitTestChildren" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTestChildren.html">hitTestChildren</a></span><span class="signature">(<wbr><span class="parameter" id="hitTestChildren-param-result"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/SliverHitTestResult-class.html">SliverHitTestResult</a></span> <span class="parameter-name">result</span>, </span><span class="parameter" id="hitTestChildren-param-mainAxisPosition">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">mainAxisPosition</span>, </span><span class="parameter" id="hitTestChildren-param-crossAxisPosition"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">crossAxisPosition</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
Override this method to check whether any children are located at the
given position.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="hitTestSelf" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTestSelf.html">hitTestSelf</a></span><span class="signature">(<wbr><span class="parameter" id="hitTestSelf-param-mainAxisPosition">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">mainAxisPosition</span>, </span><span class="parameter" id="hitTestSelf-param-crossAxisPosition"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">crossAxisPosition</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
Override this method if this render object can be hit even if its
children were not hit.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="invokeLayoutCallback" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/invokeLayoutCallback.html">invokeLayoutCallback</a></span><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="https://api.flutter.dev/flutter/rendering/Constraints-class.html">Constraints</a></span>&gt;</span><span class="signature">(<wbr><span class="parameter" id="invokeLayoutCallback-param-callback"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/LayoutCallback.html">LayoutCallback</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span> <span class="parameter-name">callback</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Allows mutations to be made to this object's child list (and any
descendants) as well as to any other dirty nodes in the render tree owned
by the same <a href="https://api.flutter.dev/flutter/rendering/PipelineOwner-class.html">PipelineOwner</a> as this object. The <code>callback</code> argument is
invoked synchronously, and the mutations are allowed only during that
callback's execution.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="layout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/layout.html">layout</a></span><span class="signature">(<wbr><span class="parameter" id="layout-param-constraints"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/Constraints-class.html">Constraints</a></span> <span class="parameter-name">constraints</span>, </span><span class="parameter" id="layout-param-parentUsesSize">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">parentUsesSize</span> = <span class="default-value">false</span>}</span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Compute the layout for this render object.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsCompositedLayerUpdate" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsCompositedLayerUpdate.html">markNeedsCompositedLayerUpdate</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this render object as having changed a property on its composited
layer.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsCompositingBitsUpdate" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsCompositingBitsUpdate.html">markNeedsCompositingBitsUpdate</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark the compositing state for this render object as dirty.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsLayout.html">markNeedsLayout</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this render object's layout information as dirty, and either register
this object with its <a href="https://api.flutter.dev/flutter/rendering/PipelineOwner-class.html">PipelineOwner</a>, or defer to the parent, depending on
whether this object is a relayout boundary or not respectively.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsLayoutForSizedByParentChange" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsLayoutForSizedByParentChange.html">markNeedsLayoutForSizedByParentChange</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this render object's layout information as dirty (like
<a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsLayout.html">markNeedsLayout</a>), and additionally also handle any necessary work to
handle the case where <a href="https://api.flutter.dev/flutter/rendering/RenderObject/sizedByParent.html">sizedByParent</a> has changed value.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsPaint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsPaint.html">markNeedsPaint</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this render object as having changed its visual appearance.
<div class="features">inherited</div>
</dd>
<dt id="markNeedsSemanticsUpdate" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsSemanticsUpdate.html">markNeedsSemanticsUpdate</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this node as needing an update to its semantics description.
<div class="features">inherited</div>
</dd>
<dt id="markParentNeedsLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markParentNeedsLayout.html">markParentNeedsLayout</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Mark this render object's layout information as dirty, and then defer to
the parent.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>
</dt>
<dd class="inherited">
Invoked when a non-existent method or property is accessed.
<div class="features">inherited</div>
</dd>
<dt id="paint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a></span><span class="signature">(<wbr><span class="parameter" id="paint-param-context"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/PaintingContext-class.html">PaintingContext</a></span> <span class="parameter-name">context</span>, </span><span class="parameter" id="paint-param-offset"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">offset</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Paint this render object into the given context at the given offset.
<div class="features">inherited</div>
</dd>
<dt id="paintsChild" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/paintsChild.html">paintsChild</a></span><span class="signature">(<wbr><span class="parameter" id="paintsChild-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
Whether the given child would be painted if <a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a> were called.
<div class="features">inherited</div>
</dd>
<dt id="performLayout" class="callable">
<span class="name"><a href="../features_core_widgets_gap/RenderSliverGap/performLayout.html">performLayout</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd>
Do the work of computing the layout for this render object.
<div class="features">override</div>
</dd>
<dt id="performResize" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/performResize.html">performResize</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Updates the render objects size using only the constraints.
<div class="features">inherited</div>
</dd>
<dt id="reassemble" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/reassemble.html">reassemble</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Cause the entire subtree rooted at the given <a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a> to be marked
dirty for layout, paint, etc, so that the effects of a hot reload can be
seen, or so that the effect of changing a global debug flag (such as
<a href="https://api.flutter.dev/flutter/rendering/debugPaintSizeEnabled.html">debugPaintSizeEnabled</a>) can be applied.
<div class="features">inherited</div>
</dd>
<dt id="redepthChild" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/redepthChild.html">redepthChild</a></span><span class="signature">(<wbr><span class="parameter" id="redepthChild-param-child"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode-class.html">AbstractNode</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Adjust the <a href="https://api.flutter.dev/flutter/foundation/AbstractNode/depth.html">depth</a> of the given <code>child</code> to be greater than this node's own
<a href="https://api.flutter.dev/flutter/foundation/AbstractNode/depth.html">depth</a>.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="redepthChildren" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/redepthChildren.html">redepthChildren</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Adjust the <a href="https://api.flutter.dev/flutter/foundation/AbstractNode/depth.html">depth</a> of this node's children, if any.
<div class="features">inherited</div>
</dd>
<dt id="replaceRootLayer" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/replaceRootLayer.html">replaceRootLayer</a></span><span class="signature">(<wbr><span class="parameter" id="replaceRootLayer-param-rootLayer"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/OffsetLayer-class.html">OffsetLayer</a></span> <span class="parameter-name">rootLayer</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Replace the layer. This is only valid for the root of a render
object subtree (whatever object <a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialPaint.html">scheduleInitialPaint</a> was
called on).
<div class="features">inherited</div>
</dd>
<dt id="scheduleInitialLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialLayout.html">scheduleInitialLayout</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Bootstrap the rendering pipeline by scheduling the very first layout.
<div class="features">inherited</div>
</dd>
<dt id="scheduleInitialPaint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialPaint.html">scheduleInitialPaint</a></span><span class="signature">(<wbr><span class="parameter" id="scheduleInitialPaint-param-rootLayer"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/ContainerLayer-class.html">ContainerLayer</a></span> <span class="parameter-name">rootLayer</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Bootstrap the rendering pipeline by scheduling the very first paint.
<div class="features">inherited</div>
</dd>
<dt id="scheduleInitialSemantics" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialSemantics.html">scheduleInitialSemantics</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Bootstrap the semantics reporting mechanism by marking this node
as needing a semantics update.
<div class="features">inherited</div>
</dd>
<dt id="sendSemanticsEvent" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/sendSemanticsEvent.html">sendSemanticsEvent</a></span><span class="signature">(<wbr><span class="parameter" id="sendSemanticsEvent-param-semanticsEvent"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/semantics/SemanticsEvent-class.html">SemanticsEvent</a></span> <span class="parameter-name">semanticsEvent</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Sends a <a href="https://api.flutter.dev/flutter/semantics/SemanticsEvent-class.html">SemanticsEvent</a> associated with this render object's <a href="https://api.flutter.dev/flutter/semantics/SemanticsNode-class.html">SemanticsNode</a>.
<div class="features">inherited</div>
</dd>
<dt id="setupParentData" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/setupParentData.html">setupParentData</a></span><span class="signature">(<wbr><span class="parameter" id="setupParentData-param-child"><span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a></span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Override to setup parent data correctly for your children.
<div class="features">inherited</div>
</dd>
<dt id="showOnScreen" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/showOnScreen.html">showOnScreen</a></span><span class="signature">(<wbr><span class="parameter" id="showOnScreen-param-descendant">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a>?</span> <span class="parameter-name">descendant</span>, </span><span class="parameter" id="showOnScreen-param-rect"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Rect-class.html">Rect</a>?</span> <span class="parameter-name">rect</span>, </span><span class="parameter" id="showOnScreen-param-duration"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Duration-class.html">Duration</a></span> <span class="parameter-name">duration</span> = <span class="default-value">Duration.zero</span>, </span><span class="parameter" id="showOnScreen-param-curve"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/animation/Curve-class.html">Curve</a></span> <span class="parameter-name">curve</span> = <span class="default-value">Curves.ease</span>}</span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Attempt to make (a portion of) this or a descendant <a href="https://api.flutter.dev/flutter/rendering/RenderObject-class.html">RenderObject</a> visible
on screen.
<div class="features">inherited</div>
</dd>
<dt id="toDiagnosticsNode" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTreeMixin/toDiagnosticsNode.html">toDiagnosticsNode</a></span><span class="signature">(<wbr><span class="parameter" id="toDiagnosticsNode-param-name">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">name</span>, </span><span class="parameter" id="toDiagnosticsNode-param-style"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html">DiagnosticsTreeStyle</a>?</span> <span class="parameter-name">style</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>
</span>
</dt>
<dd class="inherited">
Returns a debug representation of the object that is used by debugging
tools and by <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode/toStringDeep.html">DiagnosticsNode.toStringDeep</a>.
<div class="features">inherited</div>
</dd>
<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toString.html">toString</a></span><span class="signature">(<wbr><span class="parameter" id="toString-param-minLevel">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.info</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd class="inherited">
A string representation of this object.
<div class="features">inherited</div>
</dd>
<dt id="toStringDeep" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringDeep.html">toStringDeep</a></span><span class="signature">(<wbr><span class="parameter" id="toStringDeep-param-prefixLineOne">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">prefixLineOne</span> = <span class="default-value">&#39;&#39;</span>, </span><span class="parameter" id="toStringDeep-param-prefixOtherLines"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">prefixOtherLines</span> = <span class="default-value">&#39;&#39;</span>, </span><span class="parameter" id="toStringDeep-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd class="inherited">
Returns a description of the tree rooted at this node.
If the prefix argument is provided, then every line in the output
will be prefixed by that string.
<div class="features">inherited</div>
</dd>
<dt id="toStringShallow" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringShallow.html">toStringShallow</a></span><span class="signature">(<wbr><span class="parameter" id="toStringShallow-param-joiner">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">joiner</span> = <span class="default-value">&#39;, &#39;</span>, </span><span class="parameter" id="toStringShallow-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd class="inherited">
Returns a one-line detailed description of the render object.
This description is often somewhat long.
<div class="features">inherited</div>
</dd>
<dt id="toStringShort" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringShort.html">toStringShort</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd class="inherited">
Returns a human understandable name.
<div class="features">inherited</div>
</dd>
<dt id="updateCompositedLayer" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/updateCompositedLayer.html">updateCompositedLayer</a></span><span class="signature">(<wbr><span class="parameter" id="updateCompositedLayer-param-oldLayer">{<span>required</span> <span>covariant</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/OffsetLayer-class.html">OffsetLayer</a>?</span> <span class="parameter-name">oldLayer</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/rendering/OffsetLayer-class.html">OffsetLayer</a></span>
</span>
</dt>
<dd class="inherited">
Update the composited layer owned by this render object.
<div class="features">inherited</div>
</dd>
<dt id="visitChildren" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/visitChildren.html">visitChildren</a></span><span class="signature">(<wbr><span class="parameter" id="visitChildren-param-visitor"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObjectVisitor.html">RenderObjectVisitor</a></span> <span class="parameter-name">visitor</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Calls visitor for each immediate child of this render object.
<div class="features">inherited</div>
</dd>
<dt id="visitChildrenForSemantics" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/visitChildrenForSemantics.html">visitChildrenForSemantics</a></span><span class="signature">(<wbr><span class="parameter" id="visitChildrenForSemantics-param-visitor"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/RenderObjectVisitor.html">RenderObjectVisitor</a></span> <span class="parameter-name">visitor</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called when collecting the semantics of this node.
<div class="features">inherited</div>
</dd>
</dl>
</section>
<section
class="summary offset-anchor inherited"
id="operators">
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
The equality operator.
<div class="features">inherited</div>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../index.html">mc_gallery</a></li>
<li><a href="../features_core_widgets_gap/features_core_widgets_gap-library.html">gap</a></li>
<li class="self-crumb">RenderSliverGap class</li>
</ol>
<h5>gap library</h5>
<ol>
<li class="section-title"><a href="../features_core_widgets_gap/features_core_widgets_gap-library.html#classes">Classes</a></li>
<li><a href="../features_core_widgets_gap/AnimatedGap-class.html">AnimatedGap</a></li>
<li><a href="../features_core_widgets_gap/AnimatedSliverGap-class.html">AnimatedSliverGap</a></li>
<li><a href="../features_core_widgets_gap/Gap-class.html">Gap</a></li>
<li><a href="../features_core_widgets_gap/RenderGap-class.html">RenderGap</a></li>
<li><a href="../features_core_widgets_gap/RenderSliverGap-class.html">RenderSliverGap</a></li>
<li><a href="../features_core_widgets_gap/SliverGap-class.html">SliverGap</a></li>
</ol>
</div>
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
<ol>
<li class="section-title"><a href="../features_core_widgets_gap/RenderSliverGap-class.html#constructors">Constructors</a></li>
<li><a href="../features_core_widgets_gap/RenderSliverGap/RenderSliverGap.html">RenderSliverGap</a></li>
<li class="section-title">
<a href="../features_core_widgets_gap/RenderSliverGap-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/alwaysNeedsCompositing.html">alwaysNeedsCompositing</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/attached.html">attached</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/centerOffsetAdjustment.html">centerOffsetAdjustment</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/constraints.html">constraints</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCanParentUseSize.html">debugCanParentUseSize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugCreator.html">debugCreator</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDisposed.html">debugDisposed</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisLayout.html">debugDoingThisLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisLayoutWithCallback.html">debugDoingThisLayoutWithCallback</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisPaint.html">debugDoingThisPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDoingThisResize.html">debugDoingThisResize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugLayer.html">debugLayer</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsCompositedLayerUpdate.html">debugNeedsCompositedLayerUpdate</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsLayout.html">debugNeedsLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugNeedsPaint.html">debugNeedsPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugSemantics.html">debugSemantics</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/depth.html">depth</a></li>
<li><a href="../features_core_widgets_gap/RenderSliverGap/gap.html">gap</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/geometry.html">geometry</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/isRepaintBoundary.html">isRepaintBoundary</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/layer.html">layer</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/needsCompositing.html">needsCompositing</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/owner.html">owner</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/paintBounds.html">paintBounds</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/parent.html">parent</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/parentData.html">parentData</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/semanticBounds.html">semanticBounds</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/sizedByParent.html">sizedByParent</a></li>
<li class="section-title"><a href="../features_core_widgets_gap/RenderSliverGap-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/adoptChild.html">adoptChild</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/applyPaintTransform.html">applyPaintTransform</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/assembleSemanticsNode.html">assembleSemanticsNode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/attach.html">attach</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/calculateCacheOffset.html">calculateCacheOffset</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/calculatePaintOffset.html">calculatePaintOffset</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childCrossAxisPosition.html">childCrossAxisPosition</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childMainAxisPosition.html">childMainAxisPosition</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/childScrollOffset.html">childScrollOffset</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/clearSemantics.html">clearSemantics</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugAssertDoesMeetConstraints.html">debugAssertDoesMeetConstraints</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugDescribeChildren.html">debugDescribeChildren</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugFillProperties.html">debugFillProperties</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugPaint.html">debugPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/debugRegisterRepaintBoundaryPaint.html">debugRegisterRepaintBoundaryPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/debugResetSize.html">debugResetSize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeApproximatePaintClip.html">describeApproximatePaintClip</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeForError.html">describeForError</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeSemanticsClip.html">describeSemanticsClip</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/describeSemanticsConfiguration.html">describeSemanticsConfiguration</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/detach.html">detach</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/dispose.html">dispose</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/dropChild.html">dropChild</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/getAbsoluteSize.html">getAbsoluteSize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/getAbsoluteSizeRelativeToOrigin.html">getAbsoluteSizeRelativeToOrigin</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/getTransformTo.html">getTransformTo</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/handleEvent.html">handleEvent</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTest.html">hitTest</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTestChildren.html">hitTestChildren</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/hitTestSelf.html">hitTestSelf</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/invokeLayoutCallback.html">invokeLayoutCallback</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/layout.html">layout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsCompositedLayerUpdate.html">markNeedsCompositedLayerUpdate</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsCompositingBitsUpdate.html">markNeedsCompositingBitsUpdate</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsLayout.html">markNeedsLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsLayoutForSizedByParentChange.html">markNeedsLayoutForSizedByParentChange</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsPaint.html">markNeedsPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markNeedsSemanticsUpdate.html">markNeedsSemanticsUpdate</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/markParentNeedsLayout.html">markParentNeedsLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/paint.html">paint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/paintsChild.html">paintsChild</a></li>
<li><a href="../features_core_widgets_gap/RenderSliverGap/performLayout.html">performLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderSliver/performResize.html">performResize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/reassemble.html">reassemble</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/redepthChild.html">redepthChild</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/AbstractNode/redepthChildren.html">redepthChildren</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/replaceRootLayer.html">replaceRootLayer</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialLayout.html">scheduleInitialLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialPaint.html">scheduleInitialPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/scheduleInitialSemantics.html">scheduleInitialSemantics</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/sendSemanticsEvent.html">sendSemanticsEvent</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/setupParentData.html">setupParentData</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/showOnScreen.html">showOnScreen</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTreeMixin/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringDeep.html">toStringDeep</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringShallow.html">toStringShallow</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/toStringShort.html">toStringShort</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/updateCompositedLayer.html">updateCompositedLayer</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/visitChildren.html">visitChildren</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderObject/visitChildrenForSemantics.html">visitChildrenForSemantics</a></li>
<li class="section-title inherited"><a href="../features_core_widgets_gap/RenderSliverGap-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
</ol>
</div><!--/.sidebar-offcanvas-->
</main>
<footer>
<span class="no-break">
mc_gallery
1.0.0+1
</span>
</footer>
<script src="../static-assets/highlight.pack.js?v1"></script>
<script src="../static-assets/docs.dart.js"></script>
</body>
</html>