Inheritance
System.Object
RenderRepaintBoundary
public class RenderRepaintBoundary : RenderProxyBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderRepaintBoundary(RenderBox child = null)
Parameters
Properties
Declaration
public int debugAsymmetricPaintCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int debugSymmetricPaintCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public override bool isRepaintBoundary { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
Declaration
public override void debugRegisterRepaintBoundaryPaint(bool includedParent = true, bool includedChild = false)
Parameters
Type |
Name |
Description |
System.Boolean |
includedParent |
|
System.Boolean |
includedChild |
|
Overrides
Declaration
public void debugResetMetrics()