Flutter
widgets
ClipRect
clipper property
clipper
description
clipper
property
Null safety
CustomClipper
<
Rect
>
?
clipper
final
If non-null, determines which clip to use.
Implementation
final CustomClipper<Rect>? clipper;
Flutter
widgets
ClipRect
clipper property
ClipRect class
Constructors
ClipRect
Properties
child
clipBehavior
clipper
hashCode
key
runtimeType
Methods
createElement
createRenderObject
debugDescribeChildren
debugFillProperties
didUnmountRenderObject
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateRenderObject
Operators
operator ==