mc_gallery/doc/api/features_core_widgets_gap/RenderGap-class.html
2022-12-28 12:07:04 +01:00

1706 lines
102 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 RenderGap class from the gap library, for the Dart programming language.">
<title>RenderGap 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">RenderGap class</li>
</ol>
<div class="self-name">RenderGap</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">RenderGap</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/RenderBox-class.html">RenderBox</a></li>
<li>RenderGap</li>
</ul>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="RenderGap" class="callable">
<span class="name"><a href="../features_core_widgets_gap/RenderGap/RenderGap.html">RenderGap</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="constraints" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/constraints.html">constraints</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/rendering/BoxConstraints-class.html">BoxConstraints</a></span>
</dt>
<dd class="inherited">
The box constraints most recently received from 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/RenderGap/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/RenderBox/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/RenderGap/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="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="hasSize" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/hasSize.html">hasSize</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 has undergone layout and has a <a href="https://api.flutter.dev/flutter/rendering/RenderBox/size.html">size</a>.
<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/RenderBox/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">
Returns a rectangle that contains all the pixels painted by this box.
<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/RenderBox/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="size" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/size.html">size</a></span>
<span class="signature">&#8596; <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a></span>
</dt>
<dd class="inherited">
The size of this render box computed during layout.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, read / write, 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/RenderBox/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">
Multiply the transform from the parent's coordinate system to this box's
coordinate system into the given transform.
<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="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="computeDistanceToActualBaseline" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDistanceToActualBaseline.html">computeDistanceToActualBaseline</a></span><span class="signature">(<wbr><span class="parameter" id="computeDistanceToActualBaseline-param-baseline"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/TextBaseline.html">TextBaseline</a></span> <span class="parameter-name">baseline</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 y-coordinate of the position of the box to
the y-coordinate of the first given baseline in the box's contents, if
any, or null otherwise.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="computeDryLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDryLayout.html">computeDryLayout</a></span><span class="signature">(<wbr><span class="parameter" id="computeDryLayout-param-constraints"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/BoxConstraints-class.html">BoxConstraints</a></span> <span class="parameter-name">constraints</span></span>)
<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">
Computes the value returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDryLayout.html">getDryLayout</a>. Do not call this
function directly, instead, call <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDryLayout.html">getDryLayout</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="computeMaxIntrinsicHeight" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMaxIntrinsicHeight.html">computeMaxIntrinsicHeight</a></span><span class="signature">(<wbr><span class="parameter" id="computeMaxIntrinsicHeight-param-width"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">width</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 value returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicHeight.html">getMaxIntrinsicHeight</a>. Do not call this
function directly, instead, call <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicHeight.html">getMaxIntrinsicHeight</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="computeMaxIntrinsicWidth" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMaxIntrinsicWidth.html">computeMaxIntrinsicWidth</a></span><span class="signature">(<wbr><span class="parameter" id="computeMaxIntrinsicWidth-param-height"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">height</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 value returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicWidth.html">getMaxIntrinsicWidth</a>. Do not call this
function directly, instead, call <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicWidth.html">getMaxIntrinsicWidth</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="computeMinIntrinsicHeight" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMinIntrinsicHeight.html">computeMinIntrinsicHeight</a></span><span class="signature">(<wbr><span class="parameter" id="computeMinIntrinsicHeight-param-width"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">width</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 value returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicHeight.html">getMinIntrinsicHeight</a>. Do not call this
function directly, instead, call <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicHeight.html">getMinIntrinsicHeight</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="computeMinIntrinsicWidth" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMinIntrinsicWidth.html">computeMinIntrinsicWidth</a></span><span class="signature">(<wbr><span class="parameter" id="computeMinIntrinsicWidth-param-height"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">height</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 value returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicWidth.html">getMinIntrinsicWidth</a>. Do not call this
function directly, instead, call <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicWidth.html">getMinIntrinsicWidth</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="debugAdoptSize" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugAdoptSize.html">debugAdoptSize</a></span><span class="signature">(<wbr><span class="parameter" id="debugAdoptSize-param-value"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a></span> <span class="parameter-name">value</span></span>)
<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">
Claims ownership of the given <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a>.
<div class="features">inherited</div>
</dd>
<dt id="debugAssertDoesMeetConstraints" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/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="debugCannotComputeDryLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugCannotComputeDryLayout.html">debugCannotComputeDryLayout</a></span><span class="signature">(<wbr><span class="parameter" id="debugCannotComputeDryLayout-param-reason">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">reason</span>, </span><span class="parameter" id="debugCannotComputeDryLayout-param-error"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/FlutterError-class.html">FlutterError</a>?</span> <span class="parameter-name">error</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">
Called from <a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDryLayout.html">computeDryLayout</a> within an assert if the given <a href="https://api.flutter.dev/flutter/rendering/RenderBox-class.html">RenderBox</a>
subclass does not support calculating a dry layout.
<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/RenderBox/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="debugHandleEvent" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugHandleEvent.html">debugHandleEvent</a></span><span class="signature">(<wbr><span class="parameter" id="debugHandleEvent-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="debugHandleEvent-param-entry"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/gestures/HitTestEntry-class.html">HitTestEntry</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/gestures/HitTestTarget-class.html">HitTestTarget</a></span>&gt;</span></span> <span class="parameter-name">entry</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">
Implements the <a href="https://api.flutter.dev/flutter/rendering/debugPaintPointersEnabled.html">debugPaintPointersEnabled</a> debugging feature.
<div class="features">inherited</div>
</dd>
<dt id="debugPaint" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/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="debugPaintBaselines" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintBaselines.html">debugPaintBaselines</a></span><span class="signature">(<wbr><span class="parameter" id="debugPaintBaselines-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="debugPaintBaselines-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">
In debug mode, paints a line for each baseline.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="debugPaintPointers" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintPointers.html">debugPaintPointers</a></span><span class="signature">(<wbr><span class="parameter" id="debugPaintPointers-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="debugPaintPointers-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">
In debug mode, paints a rectangle if this render box has counted more
pointer downs than pointer up events.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="debugPaintSize" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintSize.html">debugPaintSize</a></span><span class="signature">(<wbr><span class="parameter" id="debugPaintSize-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="debugPaintSize-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">
In debug mode, paints a border around this render box.
<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/visibleForTesting-constant.html">visibleForTesting</a>, 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/RenderBox/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/RenderBox/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="getDistanceToActualBaseline" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDistanceToActualBaseline.html">getDistanceToActualBaseline</a></span><span class="signature">(<wbr><span class="parameter" id="getDistanceToActualBaseline-param-baseline"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/TextBaseline.html">TextBaseline</a></span> <span class="parameter-name">baseline</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">
Calls <a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDistanceToActualBaseline.html">computeDistanceToActualBaseline</a> and caches the result.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, @<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
</dd>
<dt id="getDistanceToBaseline" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDistanceToBaseline.html">getDistanceToBaseline</a></span><span class="signature">(<wbr><span class="parameter" id="getDistanceToBaseline-param-baseline"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/TextBaseline.html">TextBaseline</a></span> <span class="parameter-name">baseline</span>, </span><span class="parameter" id="getDistanceToBaseline-param-onlyReal">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">onlyReal</span> = <span class="default-value">false</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 y-coordinate of the position of the box to
the y-coordinate of the first given baseline in the box's contents.
<div class="features">inherited</div>
</dd>
<dt id="getDryLayout" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDryLayout.html">getDryLayout</a></span><span class="signature">(<wbr><span class="parameter" id="getDryLayout-param-constraints"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/rendering/BoxConstraints-class.html">BoxConstraints</a></span> <span class="parameter-name">constraints</span></span>)
<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">
Returns the <a href="https://api.flutter.dev/flutter/dart-ui/Size-class.html">Size</a> that this <a href="https://api.flutter.dev/flutter/rendering/RenderBox-class.html">RenderBox</a> would like to be given the
provided <a href="https://api.flutter.dev/flutter/rendering/BoxConstraints-class.html">BoxConstraints</a>.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="getMaxIntrinsicHeight" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicHeight.html">getMaxIntrinsicHeight</a></span><span class="signature">(<wbr><span class="parameter" id="getMaxIntrinsicHeight-param-width"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">width</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 smallest height beyond which increasing the height never
decreases the preferred width. The preferred width is the value that
would be returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicWidth.html">getMinIntrinsicWidth</a> for that height.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="getMaxIntrinsicWidth" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicWidth.html">getMaxIntrinsicWidth</a></span><span class="signature">(<wbr><span class="parameter" id="getMaxIntrinsicWidth-param-height"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">height</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 smallest width beyond which increasing the width never
decreases the preferred height. The preferred height is the value that
would be returned by <a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicHeight.html">getMinIntrinsicHeight</a> for that width.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="getMinIntrinsicHeight" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicHeight.html">getMinIntrinsicHeight</a></span><span class="signature">(<wbr><span class="parameter" id="getMinIntrinsicHeight-param-width"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">width</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 minimum height that this box could be without failing to
correctly paint its contents within itself, without clipping.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</a>, inherited</div>
</dd>
<dt id="getMinIntrinsicWidth" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicWidth.html">getMinIntrinsicWidth</a></span><span class="signature">(<wbr><span class="parameter" id="getMinIntrinsicWidth-param-height"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/double-class.html">double</a></span> <span class="parameter-name">height</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 minimum width that this box could be without failing to
correctly paint its contents within itself, without clipping.
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/mustCallSuper-constant.html">mustCallSuper</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="globalToLocal" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/globalToLocal.html">globalToLocal</a></span><span class="signature">(<wbr><span class="parameter" id="globalToLocal-param-point"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">point</span>, </span><span class="parameter" id="globalToLocal-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://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span>
</span>
</dt>
<dd class="inherited">
Convert the given point from the global coordinate system in logical pixels
to the local coordinate system for this box.
<div class="features">inherited</div>
</dd>
<dt id="handleEvent" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/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/BoxHitTestEntry-class.html">BoxHitTestEntry</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/RenderBox/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/BoxHitTestResult-class.html">BoxHitTestResult</a></span> <span class="parameter-name">result</span>, </span><span class="parameter" id="hitTest-param-position">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">position</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/RenderBox/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/BoxHitTestResult-class.html">BoxHitTestResult</a></span> <span class="parameter-name">result</span>, </span><span class="parameter" id="hitTestChildren-param-position">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">position</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/RenderBox/hitTestSelf.html">hitTestSelf</a></span><span class="signature">(<wbr><span class="parameter" id="hitTestSelf-param-position"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">position</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/RenderBox/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="localToGlobal" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/localToGlobal.html">localToGlobal</a></span><span class="signature">(<wbr><span class="parameter" id="localToGlobal-param-point"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span> <span class="parameter-name">point</span>, </span><span class="parameter" id="localToGlobal-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://api.flutter.dev/flutter/dart-ui/Offset-class.html">Offset</a></span>
</span>
</dt>
<dd class="inherited">
Convert the given point from the local coordinate system for this box to
the global coordinate system in logical pixels.
<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/RenderBox/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/RenderBox/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/RenderGap/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/RenderBox/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/RenderBox/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">RenderGap 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/RenderGap-class.html#constructors">Constructors</a></li>
<li><a href="../features_core_widgets_gap/RenderGap/RenderGap.html">RenderGap</a></li>
<li class="section-title">
<a href="../features_core_widgets_gap/RenderGap-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/RenderBox/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/RenderGap/gap.html">gap</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/RenderBox/hasSize.html">hasSize</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/RenderBox/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/RenderBox/semanticBounds.html">semanticBounds</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/size.html">size</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/RenderGap-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/RenderBox/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/RenderObject/clearSemantics.html">clearSemantics</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDistanceToActualBaseline.html">computeDistanceToActualBaseline</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeDryLayout.html">computeDryLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMaxIntrinsicHeight.html">computeMaxIntrinsicHeight</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMaxIntrinsicWidth.html">computeMaxIntrinsicWidth</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMinIntrinsicHeight.html">computeMinIntrinsicHeight</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/computeMinIntrinsicWidth.html">computeMinIntrinsicWidth</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugAdoptSize.html">debugAdoptSize</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugAssertDoesMeetConstraints.html">debugAssertDoesMeetConstraints</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugCannotComputeDryLayout.html">debugCannotComputeDryLayout</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/RenderBox/debugFillProperties.html">debugFillProperties</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugHandleEvent.html">debugHandleEvent</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaint.html">debugPaint</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintBaselines.html">debugPaintBaselines</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintPointers.html">debugPaintPointers</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/debugPaintSize.html">debugPaintSize</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/RenderBox/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/RenderBox/getDistanceToActualBaseline.html">getDistanceToActualBaseline</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDistanceToBaseline.html">getDistanceToBaseline</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getDryLayout.html">getDryLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicHeight.html">getMaxIntrinsicHeight</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMaxIntrinsicWidth.html">getMaxIntrinsicWidth</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicHeight.html">getMinIntrinsicHeight</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/getMinIntrinsicWidth.html">getMinIntrinsicWidth</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/RenderBox/globalToLocal.html">globalToLocal</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/handleEvent.html">handleEvent</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/hitTest.html">hitTest</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/hitTestChildren.html">hitTestChildren</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/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/RenderBox/layout.html">layout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/localToGlobal.html">localToGlobal</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/RenderBox/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/RenderGap/performLayout.html">performLayout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/rendering/RenderBox/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/RenderBox/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/RenderGap-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>