Flutter
widgets
RepaintBoundary
RepaintBoundary const constructor
RepaintBoundary
description
RepaintBoundary
constructor
Null safety
const
RepaintBoundary
(
{
Key
?
key
,
Widget
?
child
}
)
Creates a widget that isolates repaints.
Implementation
const RepaintBoundary({ super.key, super.child });
Flutter
widgets
RepaintBoundary
RepaintBoundary const constructor
RepaintBoundary class
Constructors
RepaintBoundary
wrap
Properties
child
hashCode
key
runtimeType
Methods
createElement
createRenderObject
debugDescribeChildren
debugFillProperties
didUnmountRenderObject
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateRenderObject
Operators
operator ==
Static methods
wrapAll