Flutter
widgets
CustomPaint
painter property
painter
description
painter
property
Null safety
CustomPainter
?
painter
final
The painter that paints before the children.
Implementation
final CustomPainter? painter;
Flutter
widgets
CustomPaint
painter property
CustomPaint class
Constructors
CustomPaint
Properties
child
foregroundPainter
hashCode
isComplex
key
painter
runtimeType
size
willChange
Methods
createElement
createRenderObject
debugDescribeChildren
debugFillProperties
didUnmountRenderObject
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateRenderObject
Operators
operator ==