Class DebugOverflowIndicatorMixin
Inheritance
System.Object
DebugOverflowIndicatorMixin
Namespace: UIWidgets.Runtime.rendering
Syntax
public static class DebugOverflowIndicatorMixin
Methods
paintOverflowIndicator(RenderObject, PaintingContext, Offset, Rect, Rect, String)
Declaration
public static void paintOverflowIndicator(RenderObject renderObject, PaintingContext context, Offset offset, Rect containerRect, Rect childRect, string overflowHints = null)
Parameters
Type | Name | Description |
---|---|---|
RenderObject | renderObject | |
PaintingContext | context | |
Offset | offset | |
Rect | containerRect | |
Rect | childRect | |
System.String | overflowHints |